-
Notifications
You must be signed in to change notification settings - Fork 1
Update C# grammar #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: initial
Are you sure you want to change the base?
Conversation
Update @codemirror/buildhelper
Add pp member
Expand C# grammar to support extension blocks, updated generic constraints including 'allows' and nullable markers, additional preprocessor directives, 'field' expressions, and string 'U8'/'u8' suffixes in syntax.grammarThis pull request updates the C# grammar and development tooling. It adds new language constructs and constraints to the grammar, introduces extension blocks with members, and updates build/watch dependencies and configuration. Non-functional changes include formatting updates to development files and tokenizers.
📍Where to StartStart with the grammar changes in syntax.grammar, focusing on Macroscope summarized 24e00f4. |
|
Syntax highlighting breaks down when using top level statements repro using |
|
I try to add it, but it broke more... |
1 similar comment
|
I try to add it, but it broke more... |
|
Oof, hmm, maybe the grammer architecture needs a more complex ruleset. I wonder if claude code could take a crack at it... |
InitializerTarget)