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

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

[nongnu] elpa/kotlin-mode ffd69308ab 056/162: Handle all typedecl keywor


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode ffd69308ab 056/162: Handle all typedecl keywords the same way
Date: Sat, 29 Jan 2022 08:25:22 -0500 (EST)

branch: elpa/kotlin-mode
commit ffd69308abadff7c9b48cbc51c9ac589215f1b38
Author: Dr. ERDI Gergo <gergo@erdi.hu>
Commit: Dr. ERDI Gergo <gergo@erdi.hu>

    Handle all typedecl keywords the same way
---
 kotlin-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kotlin-mode.el b/kotlin-mode.el
index 7aede909cc..aab40459e0 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -118,7 +118,7 @@
 
     ;; Classes/Enums
     (,(rx-to-string
-      `(and bow "class" eow (+ space)
+      `(and bow (or ,@kotlin-mode--type-decl-keywords) eow (+ space)
             (group (+ word)) eow)
       t)
      1 font-lock-type-face)



reply via email to

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