tree-sitter / tree-sitter-rust

Rust grammar for tree-sitter
MIT License
338 stars 96 forks source link

feature: c string literals have been stabilized in 1.77 #210

Closed Ddystopia closed 6 months ago

Ddystopia commented 6 months ago

Did you check the tree-sitter docs?

Is your feature request related to a problem? Please describe.

C string literals: c"string" have been stabilized in 1.77, but that repository seems to not support them.

Describe the solution you'd like

Implement c string literals

Describe alternatives you've considered

Not having proper highlight

Additional context

No response

amaanq commented 6 months ago

They're already handled?