aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arctic Ice Studio <development@arcticicestudio.com>2017-02-23 17:28:49 +0100
committerGravatar Arctic Ice Studio <development@arcticicestudio.com>2017-02-23 17:28:49 +0100
commit9da1a428e4df38d94ed29d92d9d782c882593622 (patch)
tree29af4afce33563d47041c464e73896f42d6625ed
parentcda5c0140526fb3709bebed109b3a7381bcf28f9 (diff)
parent360a76eab27bb5de0662cc072e233621678b2986 (diff)
downloadnord-vim-9da1a428e4df38d94ed29d92d9d782c882593622.tar.gz
Merge branch 'improvement/ghi-#22-python-uses-of-special' into develop
-rwxr-xr-xcolors/nord.vim1
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