jcberquist / sublimetext-cfml

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

Empty script block comment never closes #127

Closed je0 closed 5 years ago

je0 commented 5 years ago

The following code shows everything as grey after the cfscript tag (note the comment block with nothing inside): cfml-script-comment

But the dump is still executed (Lucee 5.2.8.50).

Not sure if this is a bug with Lucee, this package, or something else, but hopefully you can point me in the right direction.

Edit: ST 3.2.1 build 3207, CFML v0.28.0

jcberquist commented 5 years ago

Thanks, this is definitely a syntax highlighting bug in the CFML plugin.

jcberquist commented 5 years ago

I have released v0.28.1 that contains a fix for this. It often takes a little while for Package Control to pick up the new release.