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

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

[nongnu] elpa/kotlin-mode 1624e7d795 052/162: add 'nested' and 'inner' c


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode 1624e7d795 052/162: add 'nested' and 'inner' class modifiers
Date: Sat, 29 Jan 2022 08:25:22 -0500 (EST)

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

    add 'nested' and 'inner' class modifiers
---
 kotlin-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kotlin-mode.el b/kotlin-mode.el
index d4c4325c78..8fcff59046 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -59,7 +59,7 @@
   '("package" "import"))
 
 (defconst kotlin-mode--type-decl-keywords
-  '("data" "class" "trait" "typealias" "enum"))
+  '("nested" "inner" "data" "class" "trait" "typealias" "enum"))
 
 (defconst kotlin-mode--fun-decl-keywords
   '("fun"))



reply via email to

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