CSHARP

Constant CSHARP 

Source
pub const CSHARP: &str = r#"
    (method_declaration
      name: (identifier) @name) @method

    (class_declaration
      name: (identifier) @name) @class

    (interface_declaration
      name: (identifier) @name) @interface

    (struct_declaration
      name: (identifier) @name) @struct

    (enum_declaration
      name: (identifier) @name) @enum

    (property_declaration
      name: (identifier) @name) @property

    (namespace_declaration
      name: (identifier) @name) @namespace
"#;
Expand description

C# symbol extraction query