Skip to content

Commit

Permalink
Merge pull request #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 6f9c443 + 84433d6 commit 3597d3f
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 3597d3f

Please sign in to comment.