atom-language-cfml icon indicating copy to clipboard operation
atom-language-cfml copied to clipboard

Unquoted strings in tag attributes do not highlight cfml

Open elpete opened this issue 8 years ago • 0 comments

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).

elpete avatar Dec 16 '15 20:12 elpete