nachoesmite / atom-raml

20 stars 10 forks source link

The package fails to load in Atom due to snippets cson quotes #4

Open dfernandez79 opened 9 years ago

dfernandez79 commented 9 years ago

The snippets/raml.cson uses double quotes, which are not allowed by the cson-safe package used by Atom, generating the following error:

screenshot 2015-01-24 11 27 10

This pull request changes the quotes to simple, and also adds a Jasmine spec (to run: View>Developer>Run Package Specs).