aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arctic Ice Studio <development@arcticicestudio.com>2018-05-05 11:41:25 +0200
committerGravatar GitHub <noreply@github.com>2018-05-05 11:41:25 +0200
commit4fe2d43ecd7a44be35f8728d9478cf9690469afc (patch)
tree4c38e1aa9c82dc0c1d759d664afd11283ebc5453
parent922504fb8f3496097381c542c7b9baf51428828c (diff)
parent5f8b798b26194ae0b2a0909849d934b17f9fe7ea (diff)
downloadnord-vim-4fe2d43ecd7a44be35f8728d9478cf9690469afc.tar.gz
Merge pull request #119 from kristijanhusak/feature/add-js-this-highlight
Link jsThis highlight to keyword.
-rwxr-xr-xcolors/nord.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/colors/nord.vim b/colors/nord.vim
index af608df..774095d 100755
--- a/colors/nord.vim
+++ b/colors/nord.vim
@@ -522,6 +522,7 @@ call s:hi("jsGlobalNodeObjects", s:nord8_gui, "", s:nord8_term, "", s:italic, ""
hi! link jsBrackets Delimiter
hi! link jsFuncCall Function
hi! link jsFuncParens Delimiter
+hi! link jsThis Keyword
hi! link jsNoise Delimiter
hi! link jsPrototype Keyword
hi! link jsRegexpString SpecialChar