When typing a period in a cfscript comment (single- or multi-line) an autocomplete box pops up:
This doesn't happen in a CFML comment. My Sublime is configured to not autocomplete in comments:
"auto_complete_selector": "meta.tag, source - comment - string.quoted.double.block - string.quoted.single.block - string.unquoted.heredoc"
So somehow it's not understanding that cfscript comments (// or /* */) are comments (despite syntax-coloring them properly).
When typing a period in a cfscript comment (single- or multi-line) an autocomplete box pops up:
This doesn't happen in a CFML comment. My Sublime is configured to not autocomplete in comments:
"auto_complete_selector": "meta.tag, source - comment - string.quoted.double.block - string.quoted.single.block - string.unquoted.heredoc"
So somehow it's not understanding that cfscript comments (
//
or/* */
) are comments (despite syntax-coloring them properly).