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

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

[nongnu] elpa/kotlin-mode 07908984b1 024/162: kotlin-mode: Define consta


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode 07908984b1 024/162: kotlin-mode: Define constants keywords
Date: Sat, 29 Jan 2022 08:25:19 -0500 (EST)

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

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

diff --git a/kotlin-mode.el b/kotlin-mode.el
index a77d3b0121..293cf47b76 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -83,6 +83,9 @@
   "Keywords used in Kotlin language."
   )
 
+(defconst kotlin-mode--constants-keywords
+  '("null" "true" "false"))
+
 (defvar kotlin-mode-font-lock-keywords
   `(
     ;; Keywords



reply via email to

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