aboutsummaryrefslogtreecommitdiff
path: root/3rd
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2012-11-07 09:31:55 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2012-11-07 09:31:55 (GMT)
commit2e663cb78474e7a624516bd725095d2143a44580 (patch)
tree46dfbb6cdc1c85d5cbf20342c3be4c2392e2ccca /3rd
parentacd5e07cd7c6a7a9c1d64ad09d6892c12b6ebbd1 (diff)
downloadfluxbox-2e663cb78474e7a624516bd725095d2143a44580.zip
fluxbox-2e663cb78474e7a624516bd725095d2143a44580.tar.bz2
Added 'OnTab' highlighting in vim
Diffstat (limited to '3rd')
-rw-r--r--3rd/vim/syntax/fluxkeys.vim2
1 files changed, 1 insertions, 1 deletions
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
68syntax keyword fbModifierNames Control Shift Double contained 68syntax keyword fbModifierNames Control Shift Double contained
69syntax keyword fbModifierNames Mod1 Mod2 Mod3 Mod4 Mod5 contained 69syntax keyword fbModifierNames Mod1 Mod2 Mod3 Mod4 Mod5 contained
70syntax keyword fbModifierNames None contained 70syntax keyword fbModifierNames None contained
71syntax keyword fbModifierNames OnDesktop OnToolbar OnTitlebar OnWindow OnWindowBorder OnLeftGrip OnRightGrip contained 71syntax keyword fbModifierNames OnDesktop OnToolbar OnTitlebar OnTab OnWindow OnWindowBorder OnLeftGrip OnRightGrip contained
72 72
73" reference corners 73" reference corners
74syntax keyword fbParameterNames UpperLeft LeftTop TopLeft contained 74syntax keyword fbParameterNames UpperLeft LeftTop TopLeft contained