branch: externals/csharp-mode
commit 093f0f21a9d04d79a380de145cbc42693ef8c76f
Author: Theodor Thornhill <t...@thornhill.no>
Commit: Theodor Thornhill <t...@thornhill.no>

    Add static as keyword in csharp-tree-sitter
---
 csharp-tree-sitter.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csharp-tree-sitter.el b/csharp-tree-sitter.el
index 855d536..7fac9c4 100644
--- a/csharp-tree-sitter.el
+++ b/csharp-tree-sitter.el
@@ -69,7 +69,7 @@
     "foreach" "in" "yield" "get" "set" "when" "as" "out"
     "is" "while" "continue" "this" "ref" "goto" "interface"
     "from" "where" "select" "lock" "base" "record" "init"
-    "with" "let"
+    "with" "let" "static"
     ] @keyword
 
    ;; Linq

Reply via email to