diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/csharp-mode.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/csharp-mode.el b/lisp/progmodes/csharp-mode.el index 869a207c567..00587a8a515 100644 --- a/lisp/progmodes/csharp-mode.el +++ b/lisp/progmodes/csharp-mode.el @@ -920,7 +920,6 @@ Return nil if there is no name or if NODE is not a defun node." "struct_declaration" "enum_declaration" "interface_declaration" - "class_declaration" "class_declaration") (treesit-node-text (treesit-node-child-by-field-name |