diff options
author | Arctic Ice Studio <development@arcticicestudio.com> | 2017-02-04 12:52:47 +0100 |
---|---|---|
committer | Arctic Ice Studio <development@arcticicestudio.com> | 2017-02-04 12:52:47 +0100 |
commit | 360a76eab27bb5de0662cc072e233621678b2986 (patch) | |
tree | 4fa1e80b79e78368428b02c1ccf5fb8c53b4c670 /colors | |
parent | dcfb441e0f4dc7345a8799065218b9f7c17fb8ec (diff) | |
download | nord-vim-360a76eab27bb5de0662cc072e233621678b2986.tar.gz |
GHI-#22 Add support for "pythonEscape" group
Diffstat (limited to 'colors')
-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 9626d0d..9b8216d 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -309,6 +309,7 @@ call s:hi("podVerbatimLine", s:nord4_gui, "", "NONE", "", "", "") hi! link podFormat Keyword hi! link pythonBuiltin Type +hi! link pythonEscape SpecialChar call s:hi("rubyConstant", s:nord7_gui, "", s:nord7_term, "", "", "") hi! link rubyAttribute Identifier |