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

Duplicate key 'Mjml Column' #16

Closed
handeyeco opened this issue Mar 26, 2018 · 1 comment
Closed

Duplicate key 'Mjml Column' #16

handeyeco opened this issue Mar 26, 2018 · 1 comment

Comments

@handeyeco
Copy link

handeyeco commented Mar 26, 2018

Every time I open a .mjml file in Atom, I get this error:

Failed to load snippets from
'<USER_PATH>/.atom/packages/language-mjml/snippets/language-mjml.cson'

<USER_PATH>/.atom/packages/language-mjml/snippets/language-mjml.cson: Duplicate key 'Mjml Column'

Apparently referencing these lines in snippets/language-mjml.cson:

  'Mjml Column':
    'prefix': 'col'
    'body': """
      <mj-column>\n\t$1\n</mj-column>
    """

  'Mjml Column':
    'prefix': 'column'
    'body': """
      <mj-column>\n\t$1\n</mj-column>
    """
@ngarnier
Copy link
Member

Thanks for reporting, fixed thanks to #15

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants