branch: elpa/kotlin-mode
commit c051947e27937e7e01081f3e526f8bb5c9165ca9
Author: Shodai Yokoyama <[email protected]>
Commit: Shodai Yokoyama <[email protected]>

    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