Weird identifier problem in TMLanguage syntax highlighting for AS3 #3660
Replies: 1 comment 1 reply
-
Not sure what's going on there but have you tried looking at the AS3 compiler, lexical analyser etc? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If anyone here is familiar with TMLanguage for Visual Studio Code, I appreciate any help. I've finished a basic TMLanguage grammar for AS3 only, but I'm getting a weird highlighting with the snippet:
For some reason, it does not highlight the string literal inside the call. But, if I do
It works. Comparison:
It does not happen only with string literal; it happens with function expression and anything else.
Highlights of my grammar:
Here's the full grammar
Beta Was this translation helpful? Give feedback.
All reactions