diff options
author | Arctic Ice Studio <development@arcticicestudio.com> | 2017-04-01 17:23:35 +0200 |
---|---|---|
committer | Arctic Ice Studio <development@arcticicestudio.com> | 2017-04-01 17:23:35 +0200 |
commit | 89a7bc9b765cbf97e4799597dc3a3002f662d836 (patch) | |
tree | e2710a738ff4c49c3d221f717a132acf40e15f30 | |
parent | a58f438526f1871f4be217631835c1176a0f68e7 (diff) | |
download | nord-vim-89a7bc9b765cbf97e4799597dc3a3002f662d836.tar.gz |
GHI-#29 Use keyword color for block parameter list symbols
-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 17bbf2a..28c225a 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -314,6 +314,7 @@ 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 rubyRegexp SpecialChar |