Skip to content

Commit

Permalink
fixup! Rewrite indentation logic
Browse files Browse the repository at this point in the history
  • Loading branch information
taku0 committed Feb 23, 2022
1 parent 30a867d commit 4b32eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin-mode-lexer.el
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ expression as a token with one of the following types:
(cond
;; Tokens that end a statement
((memq (kotlin-mode--token-text previous-token)
'(return continue break))
'("return" "continue" "break"))
t)

;; .* in import declarations end a statement.
Expand Down

0 comments on commit 4b32eb1

Please sign in to comment.