atom / snippets

Atom snippets package
MIT License
205 stars 100 forks source link

Snippet fails to be able to be parsed: unexpected quotation marks/newline #204

Closed bigyihsuan closed 8 years ago

bigyihsuan commented 8 years ago

I'm getting this error: Failed to load snippets from 'C:\Users\[user].atom\snippets.cson' C:\Users\[user]\.atom\snippets.cson: unexpected ''

and I'm using this code: Pastebin Link I've just tried to remove the excess single quotes in the "'prefix': 'data:'''", and now Atom is giving me an unexpected newline error. Changing the number of hard tabs in the triple-quoted code blocks changes nothing with the new line error: Failed to load snippets from 'C:\Users\[user].atom\snippets.cson' C:\Users\[user]\.atom\snippets.cson: unexpected newline

lee-dohm commented 8 years ago

On line 30 you have a comma after technology instead of a colon.