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

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

[elpa] externals/csharp-mode 998a022 371/459: Strings


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 998a022 371/459: Strings
Date: Sun, 22 Aug 2021 14:00:04 -0400 (EDT)

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

    Strings
---
 csharp-mode.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/csharp-mode.el b/csharp-mode.el
index 39b3eb8..8215426 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -679,7 +679,9 @@ Key bindings:
   ;; (setq-local c-doc-comment-style '((csharp-mode . codedoc)))
   ;; (c-run-mode-hooks 'c-mode-common-hook 'csharp-mode-hook)
   (setq tree-sitter-hl-default-patterns
-        [["public"] @keyword])
+        [((string_literal) @string
+          (interpolated_string_expression) @string
+          (verbatim_string_literal) @string)])
   (tree-sitter-hl-mode))
 
 (provide 'csharp-mode)



reply via email to

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