branch: elpa/kotlin-mode
commit 6cfa5b71cf852abef9c52fc63d1c14eedf7a0cd0
Author: Shodai Yokoyama <[email protected]>
Commit: Shodai Yokoyama <[email protected]>

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

diff --git a/kotlin-mode.el b/kotlin-mode.el
index 5c447063bf..c1f43084da 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -93,6 +93,9 @@
   '("open" "private" "protected" "public"
     "override" "abstract" "final"))
 
+(defconst kotlin-mode--property-keywords
+  '("by" "get" "set"))
+
 (defvar kotlin-mode-font-lock-keywords
   `(
     ;; Keywords

Reply via email to