Skip to content

Commit d8c87fc

Browse files
committed
Add is keyword to vim highlighting
1 parent 3387335 commit d8c87fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indigo.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ syn match inImportModuleName '\<[A-Z][A-Za-z.]*' contained
3636
syn region inImportList start='(' skip='([^)]\{-})' end=')' keepend contained contains=ConId,VarId,inDelimiter,inBlockComment,inTypedef,@NoSpell
3737

3838
syn keyword inImportMod contained as qualified hiding
39-
syn keyword inInfix as satisfies
39+
syn keyword inInfix as satisfies is
4040
syn keyword inStructure struct trait impl for let external
4141
syn keyword inTypedef type
4242
syn keyword inNewtypedef newtype

0 commit comments

Comments
 (0)