From 2e663cb78474e7a624516bd725095d2143a44580 Mon Sep 17 00:00:00 2001
From: Mathias Gumz <akira at fluxbox dot org>
Date: Wed, 7 Nov 2012 10:31:55 +0100
Subject: Added 'OnTab' highlighting in vim

---
 3rd/vim/syntax/fluxkeys.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/3rd/vim/syntax/fluxkeys.vim b/3rd/vim/syntax/fluxkeys.vim
index ff058cf..4fd82d9 100644
--- a/3rd/vim/syntax/fluxkeys.vim
+++ b/3rd/vim/syntax/fluxkeys.vim
@@ -68,7 +68,7 @@ syntax keyword fbActionNames If Cond  contained
 syntax keyword fbModifierNames Control Shift Double  contained
 syntax keyword fbModifierNames Mod1 Mod2 Mod3 Mod4 Mod5  contained
 syntax keyword fbModifierNames None  contained
-syntax keyword fbModifierNames OnDesktop OnToolbar OnTitlebar OnWindow OnWindowBorder OnLeftGrip OnRightGrip contained
+syntax keyword fbModifierNames OnDesktop OnToolbar OnTitlebar OnTab OnWindow OnWindowBorder OnLeftGrip OnRightGrip contained
 
 " reference corners
 syntax keyword fbParameterNames UpperLeft LeftTop TopLeft contained
-- 
cgit v0.11.2