branch: externals/csharp-mode commit c928423f8724d3cd38a375bbd42c94a284fc6226 Author: Theodor Thornhill <t...@thornhill.no> Commit: Theodor Thornhill <t...@thornhill.no>
Add generic property name --- csharp-tree-sitter.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/csharp-tree-sitter.el b/csharp-tree-sitter.el index b341a72..6f7b1ec 100644 --- a/csharp-tree-sitter.el +++ b/csharp-tree-sitter.el @@ -104,6 +104,8 @@ ;; Class (base_list (identifier) @type) (property_declaration + (generic_name)) + (property_declaration type: (nullable_type) @type name: (identifier) @variable) (property_declaration