Skip to content

Commit

Permalink
GHI-#29 Fix color of language reserved keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Apr 1, 2017
1 parent 89a7bc9 commit 4c2f784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colors/nord.vim
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ hi! link rubyAttribute Identifier
hi! link rubyBlockParameterList Operator
hi! link rubyInterpolationDelimiter Keyword
hi! link rubyKeywordAsMethod Function
hi! link rubyPseudoVariable Keyword
hi! link rubyRegexp SpecialChar

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

0 comments on commit 4c2f784

Please sign in to comment.