Skip to content

Commit

Permalink
Merge branch 'improvement/ghi-#29-ruby-syntax-coloring-in-terminal' i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
arcticicestudio committed Apr 17, 2017
2 parents 566737a + e315143 commit 085c133
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion colors/nord.vim
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,14 @@ hi! link pythonBuiltin Type
hi! link pythonEscape SpecialChar

call s:hi("rubyConstant", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("rubySymbol", s:nord6_gui, "", s:nord6_term, "", "bold", "")
hi! link rubyAttribute Identifier
hi! link rubyBlockParameterList Operator
hi! link rubyInterpolationDelimiter Keyword
hi! link rubyKeywordAsMethod Function
hi! link rubyLocalVariableOrMethod Function
hi! link rubyPseudoVariable Keyword
hi! link rubyRegexp SpecialChar
hi! link rubySymbol Identifier

call s:hi("sassClass", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("sassId", s:nord7_gui, "", s:nord7_term, "", "underline", "")
Expand Down

0 comments on commit 085c133

Please sign in to comment.