branch: elpa/kotlin-mode
commit 5415f6e32020433a4d2f93300508803808c682d1
Author: Shodai Yokoyama <[email protected]>
Commit: Shodai Yokoyama <[email protected]>
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