atuttle / atom-language-cfml

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

grammar syntax to look at (possibly) #70

Closed jcberquist closed 8 years ago

jcberquist commented 8 years ago

Hi @elpete (et al.), I was inspired to try porting the CFML syntax I have been working on in Sublime Text over to Atom. It is not a straight one-to-one match, but most of it seems to work.

Anyways, if you are interested, I added it to my fork of this repo (https://github.com/jcberquist/atom-language-cfml). It wreaks havoc on the test suite, though at least for the tag syntax most of the differences are minor.

Feel free to ignore it all, or make use of what will help.