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