From 7f1d39833f96642b5dd97195ee1136e06526e1b5 Mon Sep 17 00:00:00 2001 From: Michael Dawson <39276677+michaelalandawson@users.noreply.github.com> Date: Wed, 23 Aug 2023 17:41:13 -0500 Subject: [PATCH] Update bh_core.sublime-settings (#619) Add "storage.type.function.arrow.cfml" to angle scope_exclude list. This allows BH to recognize arrow functions within ColdFusion code. --- bh_core.sublime-settings | 1 + 1 file changed, 1 insertion(+) diff --git a/bh_core.sublime-settings b/bh_core.sublime-settings index f04bf07..e1eb0f2 100755 --- a/bh_core.sublime-settings +++ b/bh_core.sublime-settings @@ -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",