diff options
author | Arctic Ice Studio <development@arcticicestudio.com> | 2018-05-05 11:41:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-05 11:41:25 +0200 |
commit | 4fe2d43ecd7a44be35f8728d9478cf9690469afc (patch) | |
tree | 4c38e1aa9c82dc0c1d759d664afd11283ebc5453 | |
parent | 922504fb8f3496097381c542c7b9baf51428828c (diff) | |
parent | 5f8b798b26194ae0b2a0909849d934b17f9fe7ea (diff) | |
download | nord-vim-4fe2d43ecd7a44be35f8728d9478cf9690469afc.tar.gz |
Merge pull request #119 from kristijanhusak/feature/add-js-this-highlight
Link jsThis highlight to keyword.
-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 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 |