Skip to content

Commit

Permalink
Support value modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
taku0 committed Feb 23, 2022
1 parent 93a0e85 commit cc105de
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 @@ -578,7 +578,7 @@ expression as a token with one of the following types:
'("vararg" "crossinline" "noinline"))

(defconst kotlin-mode--function-modifier-keywords
'("tailrec" "operator" "infix" "inline" "external" "suspend"))
'("tailrec" "operator" "infix" "inline" "value" "external" "suspend"))

(defconst kotlin-mode--modifier-keywords
(append kotlin-mode--inheritance-modifier-keywords
Expand Down

0 comments on commit cc105de

Please sign in to comment.