Skip to content

Commit

Permalink
Merge pull request chriskempson#278 from yous/patch-keyword
Browse files Browse the repository at this point in the history
Add vim Keyword syntax coloring
  • Loading branch information
Chris Kempson committed Nov 23, 2014
2 parents 197feb9 + eab251b commit 08b247c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions colors/Tomorrow-Night-Blue.vim
Expand Up @@ -273,6 +273,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
call <SID>X("Structure", s:purple, "", "")
call <SID>X("Function", s:blue, "", "")
call <SID>X("Constant", s:orange, "", "")
call <SID>X("Keyword", s:orange, "", "")
call <SID>X("String", s:green, "", "")
call <SID>X("Special", s:foreground, "", "")
call <SID>X("PreProc", s:purple, "", "")
Expand Down
1 change: 1 addition & 0 deletions colors/Tomorrow-Night-Bright.vim
Expand Up @@ -273,6 +273,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
call <SID>X("Structure", s:purple, "", "")
call <SID>X("Function", s:blue, "", "")
call <SID>X("Constant", s:orange, "", "")
call <SID>X("Keyword", s:orange, "", "")
call <SID>X("String", s:green, "", "")
call <SID>X("Special", s:foreground, "", "")
call <SID>X("PreProc", s:purple, "", "")
Expand Down
1 change: 1 addition & 0 deletions colors/Tomorrow-Night-Eighties.vim
Expand Up @@ -273,6 +273,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
call <SID>X("Structure", s:purple, "", "")
call <SID>X("Function", s:blue, "", "")
call <SID>X("Constant", s:orange, "", "")
call <SID>X("Keyword", s:orange, "", "")
call <SID>X("String", s:green, "", "")
call <SID>X("Special", s:foreground, "", "")
call <SID>X("PreProc", s:purple, "", "")
Expand Down
1 change: 1 addition & 0 deletions colors/Tomorrow-Night.vim
Expand Up @@ -281,6 +281,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
call <SID>X("Structure", s:purple, "", "")
call <SID>X("Function", s:blue, "", "")
call <SID>X("Constant", s:orange, "", "")
call <SID>X("Keyword", s:orange, "", "")
call <SID>X("String", s:green, "", "")
call <SID>X("Special", s:foreground, "", "")
call <SID>X("PreProc", s:purple, "", "")
Expand Down
1 change: 1 addition & 0 deletions colors/Tomorrow.vim
Expand Up @@ -274,6 +274,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
call <SID>X("Structure", s:purple, "", "")
call <SID>X("Function", s:blue, "", "")
call <SID>X("Constant", s:orange, "", "")
call <SID>X("Keyword", s:orange, "", "")
call <SID>X("String", s:green, "", "")
call <SID>X("Special", s:foreground, "", "")
call <SID>X("PreProc", s:purple, "", "")
Expand Down

0 comments on commit 08b247c

Please sign in to comment.