From 4777645272d56a9177557e2642dd60741db7fb2f Mon Sep 17 00:00:00 2001 From: Aziz Light Date: Fri, 6 Dec 2013 16:48:12 +0000 Subject: [PATCH] Highlight the `in` part of a `for` loop --- syntax/fish.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/fish.vim b/syntax/fish.vim index 1df3c2e..3d0a2b6 100644 --- a/syntax/fish.vim +++ b/syntax/fish.vim @@ -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 /#.*/