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

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

[nongnu] elpa/kotlin-mode 8910b4bf55 054/162: Add "as" to set of stateme


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode 8910b4bf55 054/162: Add "as" to set of statement keywords
Date: Sat, 29 Jan 2022 08:25:22 -0500 (EST)

branch: elpa/kotlin-mode
commit 8910b4bf55c04d2520ab3a0869e7f0b0786faa43
Author: Dr. ERDI Gergo <gergo@erdi.hu>
Commit: Dr. ERDI Gergo <gergo@erdi.hu>

    Add "as" to set of statement keywords
---
 kotlin-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kotlin-mode.el b/kotlin-mode.el
index 8fcff59046..423730af79 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -75,7 +75,7 @@
     ;; Loops
     "while" "for" "do" "continue" "break"
     ;; Miscellaneous
-    "when" "is" "in"))
+    "when" "is" "in" "as"))
 
 (defconst kotlin-mode--context-variables-keywords
   '("this" "super"))



reply via email to

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