branch: elpa/kotlin-mode
commit 748fcbbec9c8133daa0c23189936a8378de42145
Author: Remy Goldschmidt <[email protected]>
Commit: Remy Goldschmidt <[email protected]>
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