You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: