atuttle / atom-language-cfml

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

Unquoted strings in tag attributes do not highlight cfml #72

Open elpete opened 8 years ago

elpete commented 8 years ago

Given:

<span class=#className#></span>

className should be tokenized as cfml.

Currently, the string.unquoted.html scope overrides it.

There is a failing test committed for this issue in html-cfml-spec.js: should tokenize cfml in unquoted attributes (around line 210).