vscode-cfml icon indicating copy to clipboard operation
vscode-cfml copied to clipboard

break statement without semicolons breaks syntax highlighting

Open jdlien opened this issue 2 years ago • 2 comments

In ColdFusion 2018+, break statements do not require semicolons to be valid code (as far as I know), yet the syntax highlight is incorrect if it is omitted with this syntax highlighter.

image

jdlien avatar Oct 27 '22 22:10 jdlien

It has come to my attention that this behaviour might be required due to a feature in Lucee where break statements can be labelled.

jdlien avatar Oct 28 '22 14:10 jdlien

i.e. https://luceeserver.atlassian.net/browse/LDEV-4250

zspitzer avatar Oct 28 '22 16:10 zspitzer