atuttle / atom-language-cfml

:space_invader: A CFML Language for the Atom Editor
38 stars 24 forks source link

Fixed Issue #33 & Other updates. #34

Closed David-Polehonski closed 9 years ago

David-Polehonski commented 9 years ago

Renames files to remove brackets. Added single line comment to lib/languageCFML.js for cfscript identification. Changed root scopes to 'source.cfml' and 'source.cfscript' to be consistent with other programming languages in the atom grammar environments.

Fixed Issue #33 by using evented assignment of module grammars.