Skip to content

Commit

Permalink
Update bh_core.sublime-settings (#619)
Browse files Browse the repository at this point in the history
Add "storage.type.function.arrow.cfml" to angle scope_exclude list.

This allows BH to recognize arrow functions within ColdFusion code.
  • Loading branch information
michaelalandawson authored Aug 23, 2023
1 parent 2d61c18 commit 7f1d398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bh_core.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@
"keyword.operator",
"source.ruby.rails.embedded.html",
"source.ruby.embedded.html",
"storage.type.function.arrow.cfml",
"storage.type.function.arrow.js",
"punctuation.accessor.php",
"punctuation.accessor.arrow.php",
Expand Down

0 comments on commit 7f1d398

Please sign in to comment.