tree-sitter / tree-sitter-c-sharp

C# Grammar for tree-sitter
MIT License
177 stars 47 forks source link

fix: properly handle raw strings #337

Closed amaanq closed 1 month ago

amaanq commented 1 month ago

Similar story to interpolated raw strings, they can contain 3 or more quotes, and then anything in between. Also improves the logic for content parsing to avoid edge case hangs