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

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

[nongnu] elpa/kotlin-mode ffeb70e788 048/162: Temporarily disable syntax


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode ffeb70e788 048/162: Temporarily disable syntax highlighting for "by", "get", "set", "in", and "out"
Date: Sat, 29 Jan 2022 08:25:21 -0500 (EST)

branch: elpa/kotlin-mode
commit ffeb70e788d2f4cb9e5f7d6bdb84cb3380f52f98
Author: Remy Goldschmidt <taktoa@gmail.com>
Commit: Remy Goldschmidt <taktoa@gmail.com>

    Temporarily disable syntax highlighting for "by", "get", "set", "in", and 
"out"
---
 kotlin-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kotlin-mode.el b/kotlin-mode.el
index 795bf7680f..37b040a9df 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -95,10 +95,10 @@
 (defconst kotlin-mode--modifier-keywords
   '("open" "private" "protected" "public"
     "override" "abstract" "final"
-    "annotation" "internal" "in" "out"))
+    "annotation" "internal")) ;; "in" "out"
 
 (defconst kotlin-mode--property-keywords
-  '("by" "get" "set"))
+  '()) ;; "by" "get" "set"
 
 (defconst kotlin-mode--initializer-keywords
   '("init" "constructor"))



reply via email to

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