diff options
author | 2017-04-01 17:24:23 +0200 | |
---|---|---|
committer | 2017-04-01 17:24:23 +0200 | |
commit | 4c2f784d7a4a49e25306a4e02c0d46a9b4691b1a (patch) | |
tree | 7d8ef81cfafa3766732e808d25943619952240de | |
parent | 89a7bc9b765cbf97e4799597dc3a3002f662d836 (diff) | |
download | nord-vim-4c2f784d7a4a49e25306a4e02c0d46a9b4691b1a.tar.gz |
GHI-#29 Fix color of language reserved keywords
-rwxr-xr-x | colors/nord.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/colors/nord.vim b/colors/nord.vim index 28c225a..5cc0a47 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -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, "", "", "") |