We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbf5a1 commit 39d9af3Copy full SHA for 39d9af3
syntaxes/csharp.json
@@ -628,7 +628,7 @@
628
"name": "entity.name.function.preprocessor.cs"
629
}
630
},
631
- "match": "^\\s*#\\s*(if|else|elif|endif|define|undef|warning|error|line|pragma|region|endregion)\\b\\s*(.*)",
+ "match": "^\\s*#\\s*(if|else|elif|endif|define|undef|warning|error|line|pragma|region|endregion)\\b\\s*(.*?)(?=$|\\/\\/)",
632
"name": "meta.preprocessor.cs"
633
634
]
0 commit comments