tree-sitter / tree-sitter-go

Go grammar for tree-sitter
MIT License
317 stars 63 forks source link

Error in injection to get SQL syntax highlighting inside raw string literal #109

Closed gmr458 closed 1 year ago

gmr458 commented 1 year ago

I have made a query to get SQL syntax highlighting inside strings, the query works on interpreted_string_literal, but not on raw_string_literal, the injection only works if I insert a character after the first backtick.