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

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

[nongnu] elpa/kotlin-mode b2d5ff65fc 125/162: Highlight single quotes an


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode b2d5ff65fc 125/162: Highlight single quotes and back quotes
Date: Sat, 29 Jan 2022 08:25:29 -0500 (EST)

branch: elpa/kotlin-mode
commit b2d5ff65fc2dbec2956353712f9c27db893e32ff
Author: taku0 <mxxouy6x3m_github@tatapa.org>
Commit: taku0 <mxxouy6x3m_github@tatapa.org>

    Highlight single quotes and back quotes
---
 kotlin-mode.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kotlin-mode.el b/kotlin-mode.el
index e5c7b92373..cbf08493f7 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -138,6 +138,8 @@
 
     ;; Strings
     (modify-syntax-entry ?\" "\"" st)
+    (modify-syntax-entry ?\' "\"" st)
+    (modify-syntax-entry ?` "\"" st)
 
     ;; `_' as being a valid part of a word
     (modify-syntax-entry ?_ "w" st)



reply via email to

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