Thanks in advance for your bug report!
What happened?
Several syntax highlighting are missing with the new tree-sitter grammar in language-csharp
- Comparison operators
new operator
readonly keyword
- String interpolation using
$
async keyword
- Attributes (e.g.
[Serializable])
Other syntax highlighting issues:
- The method part in generic method calls appear in the same highlighting color as the type
- Instance method calls highlight differently to unqualified method calls
Apologies if this is a lot
Pulsar version
1.132.1
Which OS does this happen on?
🪟 Windows
OS details
Windows 11
Which CPU architecture are you running this on?
x86_64/AMD64
What steps are needed to reproduce this?
- Create C# file
- Use the items above
Additional Information:
Screenshot of random code, containing example for each of the above

I'll keep an eye out if there is any more and follow up with them here
Thanks in advance for your bug report!
What happened?
Several syntax highlighting are missing with the new tree-sitter grammar in language-csharp
newoperatorreadonlykeyword$asynckeyword[Serializable])Other syntax highlighting issues:
Apologies if this is a lot
Pulsar version
1.132.1
Which OS does this happen on?
🪟 Windows
OS details
Windows 11
Which CPU architecture are you running this on?
x86_64/AMD64
What steps are needed to reproduce this?
Additional Information:
Screenshot of random code, containing example for each of the above

I'll keep an eye out if there is any more and follow up with them here