Skip to content

Language config

selfint edited this page Jul 27, 2023 · 4 revisions

csharp

"[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"
    ]
}

Clone this wiki locally