Skip to content

Commit 4777645

Browse files
author
Aziz Light
committed
Highlight the in part of a for loop
1 parent 0cca394 commit 4777645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/fish.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ syntax case match
66

77
syntax keyword fishKeyword begin function end
88
syntax keyword fishConditional if else switch
9-
syntax keyword fishRepeat while for
9+
syntax keyword fishRepeat while for in
1010
syntax keyword fishLabel case
1111

1212
syntax match fishComment /#.*/

0 commit comments

Comments
 (0)