-
Notifications
You must be signed in to change notification settings - Fork 3
Language config
selfint edited this page Jul 27, 2023
·
4 revisions
"[csharp]": {
"codeBlocks.npmPackageName": "tree-sitter-c-sharp",
"codeBlocks.parserName": "tree-sitter-c_sharp",
"codeBlocks.queries": [
"((comment)*. (class_declaration)) @t",
"((comment)*. (switch_section)) @t",
"((comment)*. (field_declaration)) @t",
"((comment)*. (method_declaration)) @t"
]
}