Closed michaelalandawson closed 1 year ago
Can you tell me what syntax highlighter you are using for this code snippet? And where I can find the package?
The syntax is CFML.
I'm using a forked version of this package:
https://github.com/jcberquist/sublimetext-cfml
My version is pretty much the same except for a few upper/lower-case changes.
Thanks!
Something in the syntax changed from when we originally added support. "storage.type.function.arrow.cfml"
needs to be added to scope_exclude
for the HTML angle rule.
Thank you so much. That resolved the issue. I appreciate it!
Description
BH displays the "Matching bracket could not be found" popup when an arrow function exists between the brackets.
The following code blocks are functionally equivalent to each other. The only difference is how the function is defined.
This image shows how the first three (arrow function) blocks are not understood. The fourth block is correctly understood.
Support Info
Steps to Reproduce Issue
The code block, above, can be used to reproduce this issue.
Thanks for your help!