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

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

[nongnu] elpa/kotlin-mode 6cfa5b71cf 032/162: kotlin-mode: Define proper


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode 6cfa5b71cf 032/162: kotlin-mode: Define property keywords
Date: Sat, 29 Jan 2022 08:25:19 -0500 (EST)

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

    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

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