branch: elpa/kotlin-mode
commit 8910b4bf55c04d2520ab3a0869e7f0b0786faa43
Author: Dr. ERDI Gergo <[email protected]>
Commit: Dr. ERDI Gergo <[email protected]>
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"))