vlang / v-analyzer

The @vlang language server, for all your editing needs like go-to-definition, code completion, type hints, and more.
MIT License
86 stars 9 forks source link

tree-sitter: fix parser error on unescaped dollar identifier in string literals, add test #79

Closed ttytm closed 3 months ago

ttytm commented 3 months ago

Until now when encountering a doller sign in a string literal the parser run into an error. An example how this impacted highlighting:

Current: Screenshot_20240331_234045

Updated: Screenshot_20240331_234107