Skip to content

Commit

Permalink
Merge pull request #1278 from alex-s168/vim-syntax
Browse files Browse the repository at this point in the history
add `in` as vim keyword
  • Loading branch information
andrew-johnson-4 authored Feb 21, 2025
2 parents 20aa45a + 4419b20 commit d3cc01b
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 d3cc01b

Please sign in to comment.