You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2025. It is now read-only.
Describe the bug
The grammar does not handle string interpolation
Requirements
To Reproduce
Grammar does not handle string interpolation preventing properly highlighting variables inside the string
For example this expression
Generates a tree like this, notice the right node is just a string
(expression_statement (binary_expression left: (variable) right: (string)))Expected behavior
I expect to be able to highlight variables inside of a string