tree-sitter / tree-sitter-c-sharp

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

Modernize and expand syntax highlighting #304

Closed patrickt closed 1 year ago

patrickt commented 1 year ago

We're planning to use this parser and highlighter in production. Before we do that, though, we can get better results by using some of the newer highlighting classes, and adding new keywords that weren't being highlighted previously.

patrickt commented 1 year ago

@damieng Thanks! It’s live, so if you see some highlighting that you don’t like, ping me and I’ll get it taken care of.