branch: elpa/kotlin-mode
commit fdadc968984c5739a171b8b41365fc9dc43ce104
Author: Shodai Yokoyama <[email protected]>
Commit: Shodai Yokoyama <[email protected]>
kotlin-mode: Defin initializer keywords
---
kotlin-mode.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/kotlin-mode.el b/kotlin-mode.el
index 2feb775887..371f69d66c 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -96,6 +96,10 @@
(defconst kotlin-mode--property-keywords
'("by" "get" "set"))
+(defconst kotlin-mode--initializer-keywords
+ '("init" "constructor")
+ )
+
(defvar kotlin-mode-font-lock-keywords
`(
;; Keywords