Skip to content

Commit

Permalink
Merge pull request #21 from AzizLight/in-as-a-repeat-keyword
Browse files Browse the repository at this point in the history
Highlight the `in` part of a `for` loop
  • Loading branch information
dag committed Dec 9, 2013
2 parents 0cca394 + 4777645 commit 825853f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/fish.vim
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ syntax case match

syntax keyword fishKeyword begin function end
syntax keyword fishConditional if else switch
syntax keyword fishRepeat while for
syntax keyword fishRepeat while for in
syntax keyword fishLabel case

syntax match fishComment /#.*/
Expand Down

0 comments on commit 825853f

Please sign in to comment.