Skip to content

Commit 825853f

Browse files
committed
Merge pull request #21 from AzizLight/in-as-a-repeat-keyword
Highlight the `in` part of a `for` loop
2 parents 0cca394 + 4777645 commit 825853f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/fish.vim

Lines changed: 1 addition & 1 deletion
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)