-
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Aug 29, 2022
Replies: 1 comment 3 replies
-
|
Hey @goto40, that's probably due to the textMate syntax that we generate. The heuristic that we use probably has generated something unsensible in your case. Can you shared what your Also, I believe that |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
goto40
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hey @goto40,
that's probably due to the textMate syntax that we generate. The heuristic that we use probably has generated something unsensible in your case. Can you shared what your
tmLanguage.jsonfile contains?Also, I believe that
terminal STRING returns string: /"[^"]*"|'[^']*'/;(the same as your terminal, just without the()) works as expected and actually parses the same way.