Skip to content

Commit

Permalink
add as keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-s168 committed Feb 21, 2025
1 parent 0c4ad7b commit 4419b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/syntax/lsts.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:syntax case match

:syntax keyword lstsKeyword let interface for while if else match import type fragment macro λ as zero
:syntax keyword lstsKeyword let interface for while if else match import type fragment macro λ as zero in
:syntax keyword lstsType Bool U8 U16 U32 U64 I8 I16 I32 I64 F32 F64 Nil
:syntax keyword lstsTODO TODO contained
:syntax match lstsOperator /==\|!=\|<=\|>=\|<\|>\|=\|=>\|\:\:\|\.\|+\|-\|\*\|\/\|&\||\|\'&/
Expand Down

0 comments on commit 4419b20

Please sign in to comment.