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

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

[nongnu] elpa/kotlin-mode 5415f6e320 028/162: kotlin-mode: Define modifi


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode 5415f6e320 028/162: kotlin-mode: Define modifier keywords
Date: Sat, 29 Jan 2022 08:25:19 -0500 (EST)

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

    kotlin-mode: Define modifier keywords
---
 kotlin-mode.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/kotlin-mode.el b/kotlin-mode.el
index 2430f02729..25abe081dd 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -89,6 +89,10 @@
 (defconst kotlin-mode--constants-keywords
   '("null" "true" "false"))
 
+(defconst kotlin-mode--modifier-keywords
+  '("open" "private" "protected" "public"
+    "override" "abstract" "final"))
+
 (defvar kotlin-mode-font-lock-keywords
   `(
     ;; Keywords



reply via email to

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