branch: externals/csharp-mode
commit b6b76618737ae5586c540641ad3fbd5a2443620d
Author: Theodor Thornhill <[email protected]>
Commit: Theodor Thornhill <[email protected]>
Add this expression
---
csharp-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/csharp-mode.el b/csharp-mode.el
index aa5d1a9..ff034ae 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -681,6 +681,7 @@ Key bindings:
(setq tree-sitter-hl-default-patterns
[(comment) @comment
(modifier) @keyword
+ (this_expression) @keyword
["using" "namespace" "class" "if" "else" "throw" "new" "for"
"return" "await" "struct" "enum" "switch" "case"
"default" "typeof" "try" "catch" "finally"