jcberquist / sublimetext-cfml

CFML (ColdFusion and Lucee) package for Sublime Text
MIT License
115 stars 24 forks source link

Numeric character reference in cfoutput #110

Closed KamasamaK closed 6 years ago

KamasamaK commented 6 years ago

When in a cfoutput context, using a numeric character reference causes an invalid.illegal.bad-ampersand.html scope to be used because it does not recognize the escaped ## as valid in the constant.character.entity.html.

jcberquist commented 6 years ago

Thanks for reporting this, @KamasamaK.