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

    Add let keyword
---
 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 6f7b1ec..13685cd 100644
--- a/csharp-tree-sitter.el
+++ b/csharp-tree-sitter.el
@@ -68,7 +68,7 @@
     "foreach" "in" "yield" "get" "set" "when" "as" "out"
     "is" "while" "continue" "this" "ref" "goto" "interface"
     "from" "where" "select" "lock" "base" "record" "init"
-    "with"
+    "with" "let"
     ] @keyword
 
    ;; Linq

Reply via email to