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

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

[nongnu] elpa/kotlin-mode 748fcbbec9 049/162: Fix bug in regular express


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode 748fcbbec9 049/162: Fix bug in regular expression
Date: Sat, 29 Jan 2022 08:25:21 -0500 (EST)

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

    Fix bug in regular expression
---
 kotlin-mode.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/kotlin-mode.el b/kotlin-mode.el
index 37b040a9df..2e5940d094 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -156,10 +156,10 @@
     ;; Properties
     ;; by/get/set are valid identifiers being used as variable
     ;; TODO: Highlight keywords in the property declaration statement
-    (,(rx-to-string
-       `(and bow (group (or ,@kotlin-mode--property-keywords)) eow)
-       t)
-     1 font-lock-keyword-face)
+    ;; (,(rx-to-string
+    ;;    `(and bow (group (or ,@kotlin-mode--property-keywords)) eow)
+    ;;    t)
+    ;;  1 font-lock-keyword-face)
 
     ;; Constructor/Initializer blocks
     (,(rx-to-string



reply via email to

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