Skip to content

Commit

Permalink
Add vim Keyword syntax coloring
Browse files Browse the repository at this point in the history
Orange might not be the best choice, so I'm open to other suggestions,
but I think something is better than nothing.

Close #230.

Signed-off-by: ChaYoung You <yousbe@gmail.com>
  • Loading branch information
ceedubs authored and yous committed Nov 18, 2014
1 parent 9831304 commit 84433d6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions vim/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 vim/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 vim/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 vim/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 vim/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 84433d6

Please sign in to comment.