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

    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