diff --git a/.vim/colors/Tomorrow-Night-Blue.vim b/.vim/colors/Tomorrow-Night-Blue.vim index 911c99d..1edb0d5 100644 --- a/.vim/colors/Tomorrow-Night-Blue.vim +++ b/.vim/colors/Tomorrow-Night-Blue.vim @@ -314,7 +314,12 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("pythonInclude", s:purple, "", "") call X("pythonStatement", s:purple, "", "") call X("pythonConditional", s:purple, "", "") + call X("pythonRepeat", s:purple, "", "") + call X("pythonException", s:purple, "", "") call X("pythonFunction", s:blue, "", "") + call X("pythonPreCondit", s:purple, "", "") + call X("pythonRepeat", s:aqua, "", "") + call X("pythonExClass", s:orange, "", "") " JavaScript Highlighting call X("javaScriptBraces", s:foreground, "", "") @@ -334,6 +339,28 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("diffAdded", s:green, "", "") call X("diffRemoved", s:red, "", "") + " Lua Highlighting + call X("luaStatement", s:purple, "", "") + call X("luaRepeat", s:purple, "", "") + call X("luaCondStart", s:purple, "", "") + call X("luaCondElseif", s:purple, "", "") + call X("luaCond", s:purple, "", "") + call X("luaCondEnd", s:purple, "", "") + + " Cucumber Highlighting + call X("cucumberGiven", s:blue, "", "") + call X("cucumberGivenAnd", s:blue, "", "") + + " Go Highlighting + call X("goDirective", s:purple, "", "") + call X("goDeclaration", s:purple, "", "") + call X("goStatement", s:purple, "", "") + call X("goConditional", s:purple, "", "") + call X("goConstants", s:orange, "", "") + call X("goTodo", s:yellow, "", "") + call X("goDeclType", s:blue, "", "") + call X("goBuiltins", s:purple, "", "") + " Delete Functions delf X delf rgb diff --git a/.vim/colors/Tomorrow-Night-Bright.vim b/.vim/colors/Tomorrow-Night-Bright.vim index c222f4e..9f17942 100644 --- a/.vim/colors/Tomorrow-Night-Bright.vim +++ b/.vim/colors/Tomorrow-Night-Bright.vim @@ -314,7 +314,12 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("pythonInclude", s:purple, "", "") call X("pythonStatement", s:purple, "", "") call X("pythonConditional", s:purple, "", "") + call X("pythonRepeat", s:purple, "", "") + call X("pythonException", s:purple, "", "") call X("pythonFunction", s:blue, "", "") + call X("pythonPreCondit", s:purple, "", "") + call X("pythonRepeat", s:aqua, "", "") + call X("pythonExClass", s:orange, "", "") " JavaScript Highlighting call X("javaScriptBraces", s:foreground, "", "") @@ -334,6 +339,28 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("diffAdded", s:green, "", "") call X("diffRemoved", s:red, "", "") + " Lua Highlighting + call X("luaStatement", s:purple, "", "") + call X("luaRepeat", s:purple, "", "") + call X("luaCondStart", s:purple, "", "") + call X("luaCondElseif", s:purple, "", "") + call X("luaCond", s:purple, "", "") + call X("luaCondEnd", s:purple, "", "") + + " Cucumber Highlighting + call X("cucumberGiven", s:blue, "", "") + call X("cucumberGivenAnd", s:blue, "", "") + + " Go Highlighting + call X("goDirective", s:purple, "", "") + call X("goDeclaration", s:purple, "", "") + call X("goStatement", s:purple, "", "") + call X("goConditional", s:purple, "", "") + call X("goConstants", s:orange, "", "") + call X("goTodo", s:yellow, "", "") + call X("goDeclType", s:blue, "", "") + call X("goBuiltins", s:purple, "", "") + " Delete Functions delf X delf rgb diff --git a/.vim/colors/Tomorrow-Night-Eighties.vim b/.vim/colors/Tomorrow-Night-Eighties.vim index 7426924..0fef1aa 100644 --- a/.vim/colors/Tomorrow-Night-Eighties.vim +++ b/.vim/colors/Tomorrow-Night-Eighties.vim @@ -314,7 +314,12 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("pythonInclude", s:purple, "", "") call X("pythonStatement", s:purple, "", "") call X("pythonConditional", s:purple, "", "") + call X("pythonRepeat", s:purple, "", "") + call X("pythonException", s:purple, "", "") call X("pythonFunction", s:blue, "", "") + call X("pythonPreCondit", s:purple, "", "") + call X("pythonRepeat", s:aqua, "", "") + call X("pythonExClass", s:orange, "", "") " JavaScript Highlighting call X("javaScriptBraces", s:foreground, "", "") @@ -334,6 +339,28 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("diffAdded", s:green, "", "") call X("diffRemoved", s:red, "", "") + " Lua Highlighting + call X("luaStatement", s:purple, "", "") + call X("luaRepeat", s:purple, "", "") + call X("luaCondStart", s:purple, "", "") + call X("luaCondElseif", s:purple, "", "") + call X("luaCond", s:purple, "", "") + call X("luaCondEnd", s:purple, "", "") + + " Cucumber Highlighting + call X("cucumberGiven", s:blue, "", "") + call X("cucumberGivenAnd", s:blue, "", "") + + " Go Highlighting + call X("goDirective", s:purple, "", "") + call X("goDeclaration", s:purple, "", "") + call X("goStatement", s:purple, "", "") + call X("goConditional", s:purple, "", "") + call X("goConstants", s:orange, "", "") + call X("goTodo", s:yellow, "", "") + call X("goDeclType", s:blue, "", "") + call X("goBuiltins", s:purple, "", "") + " Delete Functions delf X delf rgb diff --git a/.vim/colors/Tomorrow-Night.vim b/.vim/colors/Tomorrow-Night.vim index 208b6d4..e922bbc 100644 --- a/.vim/colors/Tomorrow-Night.vim +++ b/.vim/colors/Tomorrow-Night.vim @@ -323,7 +323,12 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("pythonInclude", s:purple, "", "") call X("pythonStatement", s:purple, "", "") call X("pythonConditional", s:purple, "", "") + call X("pythonRepeat", s:purple, "", "") + call X("pythonException", s:purple, "", "") call X("pythonFunction", s:blue, "", "") + call X("pythonPreCondit", s:purple, "", "") + call X("pythonRepeat", s:aqua, "", "") + call X("pythonExClass", s:orange, "", "") " JavaScript Highlighting call X("javaScriptBraces", s:foreground, "", "") @@ -343,11 +348,33 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("diffAdded", s:green, "", "") call X("diffRemoved", s:red, "", "") - " ShowMarks Highlighting - call X("ShowMarksHLl", s:orange, s:background, "none") - call X("ShowMarksHLo", s:purple, s:background, "none") - call X("ShowMarksHLu", s:yellow, s:background, "none") - call X("ShowMarksHLm", s:aqua, s:background, "none") + " ShowMarks Highlighting + call X("ShowMarksHLl", s:orange, s:background, "none") + call X("ShowMarksHLo", s:purple, s:background, "none") + call X("ShowMarksHLu", s:yellow, s:background, "none") + call X("ShowMarksHLm", s:aqua, s:background, "none") + + " Cucumber Highlighting + call X("cucumberGiven", s:blue, "", "") + call X("cucumberGivenAnd", s:blue, "", "") + + " Go Highlighting + call X("goDirective", s:purple, "", "") + call X("goDeclaration", s:purple, "", "") + call X("goStatement", s:purple, "", "") + call X("goConditional", s:purple, "", "") + call X("goConstants", s:orange, "", "") + call X("goTodo", s:yellow, "", "") + call X("goDeclType", s:blue, "", "") + call X("goBuiltins", s:purple, "", "") + + " Lua Highlighting + call X("luaStatement", s:purple, "", "") + call X("luaRepeat", s:purple, "", "") + call X("luaCondStart", s:purple, "", "") + call X("luaCondElseif", s:purple, "", "") + call X("luaCond", s:purple, "", "") + call X("luaCondEnd", s:purple, "", "") " Delete Functions delf X diff --git a/.vim/colors/Tomorrow.vim b/.vim/colors/Tomorrow.vim index fb58c5f..647d884 100644 --- a/.vim/colors/Tomorrow.vim +++ b/.vim/colors/Tomorrow.vim @@ -314,7 +314,12 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("pythonInclude", s:purple, "", "") call X("pythonStatement", s:purple, "", "") call X("pythonConditional", s:purple, "", "") + call X("pythonRepeat", s:purple, "", "") + call X("pythonException", s:purple, "", "") call X("pythonFunction", s:blue, "", "") + call X("pythonPreCondit", s:purple, "", "") + call X("pythonRepeat", s:aqua, "", "") + call X("pythonExClass", s:orange, "", "") " JavaScript Highlighting call X("javaScriptBraces", s:foreground, "", "") @@ -334,6 +339,28 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("diffAdded", s:green, "", "") call X("diffRemoved", s:red, "", "") + " Lua Highlighting + call X("luaStatement", s:purple, "", "") + call X("luaRepeat", s:purple, "", "") + call X("luaCondStart", s:purple, "", "") + call X("luaCondElseif", s:purple, "", "") + call X("luaCond", s:purple, "", "") + call X("luaCondEnd", s:purple, "", "") + + " Cucumber Highlighting + call X("cucumberGiven", s:blue, "", "") + call X("cucumberGivenAnd", s:blue, "", "") + + " Go Highlighting + call X("goDirective", s:purple, "", "") + call X("goDeclaration", s:purple, "", "") + call X("goStatement", s:purple, "", "") + call X("goConditional", s:purple, "", "") + call X("goConstants", s:orange, "", "") + call X("goTodo", s:yellow, "", "") + call X("goDeclType", s:blue, "", "") + call X("goBuiltins", s:purple, "", "") + " Delete Functions delf X delf rgb