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

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

[nongnu] elpa/kotlin-mode c051947e27 041/162: kotlin-mode: Highlight str


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode c051947e27 041/162: kotlin-mode: Highlight string interpolations
Date: Sat, 29 Jan 2022 08:25:20 -0500 (EST)

branch: elpa/kotlin-mode
commit c051947e27937e7e01081f3e526f8bb5c9165ca9
Author: Shodai Yokoyama <quantumcars@gmail.com>
Commit: Shodai Yokoyama <quantumcars@gmail.com>

    kotlin-mode: Highlight string interpolations
---
 kotlin-mode.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/kotlin-mode.el b/kotlin-mode.el
index f31a61e817..0ed25cc941 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -184,6 +184,9 @@
              (group (+ (any word ?.))))
        t)
      1 font-lock-string-face)
+
+    ;; String interpolation
+    (kotlin-mode--match-interpolation 0 font-lock-variable-name-face t)
     )
   "Default highlighting expression for `kotlin-mode'"
   )



reply via email to

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