emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/csharp-mode c928423 435/459: Add generic property name


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode c928423 435/459: Add generic property name
Date: Sun, 22 Aug 2021 14:00:17 -0400 (EDT)

branch: externals/csharp-mode
commit c928423f8724d3cd38a375bbd42c94a284fc6226
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Theodor Thornhill <theo@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]