Skip to content

Commit

Permalink
Add rubyAccess, rubyControl, rubyException highlights for Vim
Browse files Browse the repository at this point in the history
  • Loading branch information
yous committed Mar 6, 2013
1 parent 6d9895d commit 7eade54
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vim/colors/Tomorrow-Night-Blue.vim
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
" Ruby Highlighting
call <SID>X("rubySymbol", s:green, "", "")
call <SID>X("rubyConstant", s:yellow, "", "")
call <SID>X("rubyAccess", s:yellow, "", "")
call <SID>X("rubyAttribute", s:blue, "", "")
call <SID>X("rubyInclude", s:blue, "", "")
call <SID>X("rubyLocalVariableOrMethod", s:orange, "", "")
Expand All @@ -309,6 +310,8 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
call <SID>X("rubyInterpolationDelimiter", s:orange, "", "")
call <SID>X("rubyConditional", s:purple, "", "")
call <SID>X("rubyRepeat", s:purple, "", "")
call <SID>X("rubyControl", s:purple, "", "")
call <SID>X("rubyException", s:purple, "", "")

" Python Highlighting
call <SID>X("pythonInclude", s:purple, "", "")
Expand Down
3 changes: 3 additions & 0 deletions vim/colors/Tomorrow-Night-Bright.vim
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
" Ruby Highlighting
call <SID>X("rubySymbol", s:green, "", "")
call <SID>X("rubyConstant", s:yellow, "", "")
call <SID>X("rubyAccess", s:yellow, "", "")
call <SID>X("rubyAttribute", s:blue, "", "")
call <SID>X("rubyInclude", s:blue, "", "")
call <SID>X("rubyLocalVariableOrMethod", s:orange, "", "")
Expand All @@ -309,6 +310,8 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
call <SID>X("rubyInterpolationDelimiter", s:orange, "", "")
call <SID>X("rubyConditional", s:purple, "", "")
call <SID>X("rubyRepeat", s:purple, "", "")
call <SID>X("rubyControl", s:purple, "", "")
call <SID>X("rubyException", s:purple, "", "")

" Python Highlighting
call <SID>X("pythonInclude", s:purple, "", "")
Expand Down
3 changes: 3 additions & 0 deletions vim/colors/Tomorrow-Night-Eighties.vim
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
" Ruby Highlighting
call <SID>X("rubySymbol", s:green, "", "")
call <SID>X("rubyConstant", s:yellow, "", "")
call <SID>X("rubyAccess", s:yellow, "", "")
call <SID>X("rubyAttribute", s:blue, "", "")
call <SID>X("rubyInclude", s:blue, "", "")
call <SID>X("rubyLocalVariableOrMethod", s:orange, "", "")
Expand All @@ -309,6 +310,8 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
call <SID>X("rubyInterpolationDelimiter", s:orange, "", "")
call <SID>X("rubyConditional", s:purple, "", "")
call <SID>X("rubyRepeat", s:purple, "", "")
call <SID>X("rubyControl", s:purple, "", "")
call <SID>X("rubyException", s:purple, "", "")

" Python Highlighting
call <SID>X("pythonInclude", s:purple, "", "")
Expand Down
3 changes: 3 additions & 0 deletions vim/colors/Tomorrow-Night.vim
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
" Ruby Highlighting
call <SID>X("rubySymbol", s:green, "", "")
call <SID>X("rubyConstant", s:yellow, "", "")
call <SID>X("rubyAccess", s:yellow, "", "")
call <SID>X("rubyAttribute", s:blue, "", "")
call <SID>X("rubyInclude", s:blue, "", "")
call <SID>X("rubyLocalVariableOrMethod", s:orange, "", "")
Expand All @@ -318,6 +319,8 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
call <SID>X("rubyInterpolationDelimiter", s:orange, "", "")
call <SID>X("rubyConditional", s:purple, "", "")
call <SID>X("rubyRepeat", s:purple, "", "")
call <SID>X("rubyControl", s:purple, "", "")
call <SID>X("rubyException", s:purple, "", "")

" Python Highlighting
call <SID>X("pythonInclude", s:purple, "", "")
Expand Down
3 changes: 3 additions & 0 deletions vim/colors/Tomorrow.vim
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
" Ruby Highlighting
call <SID>X("rubySymbol", s:green, "", "")
call <SID>X("rubyConstant", s:yellow, "", "")
call <SID>X("rubyAccess", s:yellow, "", "")
call <SID>X("rubyAttribute", s:blue, "", "")
call <SID>X("rubyInclude", s:blue, "", "")
call <SID>X("rubyLocalVariableOrMethod", s:orange, "", "")
Expand All @@ -309,6 +310,8 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
call <SID>X("rubyInterpolationDelimiter", s:orange, "", "")
call <SID>X("rubyConditional", s:purple, "", "")
call <SID>X("rubyRepeat", s:purple, "", "")
call <SID>X("rubyControl", s:purple, "", "")
call <SID>X("rubyException", s:purple, "", "")

" Python Highlighting
call <SID>X("pythonInclude", s:purple, "", "")
Expand Down

0 comments on commit 7eade54

Please sign in to comment.