atuttle / atom-language-cfml

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

split out tag scopes correctly #96

Closed zoo1 closed 7 years ago

zoo1 commented 7 years ago

Previously end tags had the scope "meta.tag.cfml punctuation.definition.tag.end.cfml" This PR splits them into two separate scopes

atuttle commented 7 years ago

Published 0.15.0 with this and #95