Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix duplicate key error in snippets #15

Merged
merged 1 commit into from
Mar 27, 2018
Merged

Fix duplicate key error in snippets #15

merged 1 commit into from
Mar 27, 2018

Commits on Mar 21, 2018

  1. Fix duplicate key error in snippets

    Atom throws an error as soon as it loads this package, because it won't load duplicate keys in a snippets file. When you want to define more than one prefix to a given snippet, it's a known issue/request (atom/snippets#107).
    
    In the meantime, the workaround is to duplicate as was done here, but name the snippets differently.
    L-A authored Mar 21, 2018
    Configuration menu
    Copy the full SHA
    2f9741e View commit details
    Browse the repository at this point in the history