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

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

[nongnu] elpa/kotlin-mode cbeeef8986 015/162: kotlin-mode: Define type d


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode cbeeef8986 015/162: kotlin-mode: Define type declaration keywords
Date: Sat, 29 Jan 2022 08:25:18 -0500 (EST)

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

    kotlin-mode: Define type declaration keywords
---
 kotlin-mode.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/kotlin-mode.el b/kotlin-mode.el
index 036fbfaefd..565a1f5489 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -57,6 +57,9 @@
 (defconst kotlin-mode--misc-keywords
   '("package" "import"))
 
+(defconst kotlin-mode--type-decl-keywords
+  '("class" "trait" "typealias"))
+
 (defvar kotlin-mode-font-lock-keywords
   `(
     )



reply via email to

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