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

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

[elpa] externals/csharp-mode 1de6556 422/459: Add base_list


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 1de6556 422/459: Add base_list
Date: Sun, 22 Aug 2021 14:00:14 -0400 (EDT)

branch: externals/csharp-mode
commit 1de65568b3b98d2a1009df35760149ba571fc694
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Theodor Thornhill <theo@thornhill.no>

    Add base_list
---
 csharp-tree-sitter.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/csharp-tree-sitter.el b/csharp-tree-sitter.el
index d909508..711817b 100644
--- a/csharp-tree-sitter.el
+++ b/csharp-tree-sitter.el
@@ -56,7 +56,7 @@
     "default" "typeof" "try" "catch" "finally" "break"
     "foreach" "in" "yield" "get" "set" "when" "as" "out"
     "is" "while" "continue" "this" "ref" "goto" "interface"
-    "from" "where" "select" "lock"
+    "from" "where" "select" "lock" "base"
     ] @keyword
 
    ;; Linq
@@ -238,9 +238,10 @@
                   switch_section
                   ))
     (indent-body . ;; if parent node is one of these and current node is in 
middle → indent
-                 (block
+                 (enum_member_declaration_list
+                  base_list
+                  block
                   anonymous_object_creation_expression
-                  enum_member_declaration_list
                   initializer_expression
                   expression_statement
                   declaration_list



reply via email to

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