diff options
author | Arctic Ice Studio <development@arcticicestudio.com> | 2017-01-29 17:35:51 +0100 |
---|---|---|
committer | Arctic Ice Studio <development@arcticicestudio.com> | 2017-01-29 17:35:51 +0100 |
commit | 033f3d8bf53277d872848b5beb2f87d93c4f29b0 (patch) | |
tree | 58f9e56322e7cc42f618c9d22f0a35a7b99a61bd | |
parent | 101964eb9e74943b223d496643a6cccee3f2aa24 (diff) | |
download | nord-vim-033f3d8bf53277d872848b5beb2f87d93c4f29b0.tar.gz |
GHI-#19 Implement language groups for (DOS) INI
-rwxr-xr-x | colors/nord.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/colors/nord.vim b/colors/nord.vim index 4a59e34..56a26c7 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -208,6 +208,9 @@ hi! link cssPseudoClass cssDefinition hi! link cssPseudoClassId cssPseudoClass hi! link cssVendor Keyword +call s:hi("dosiniHeader", s:nord8_gui, "", s:nord8_term, "", "", "") +hi! link dosiniLabel Type + call s:hi("dtBooleanKey", s:nord7_gui, "", s:nord7_term, "", "", "") call s:hi("dtExecKey", s:nord7_gui, "", s:nord7_term, "", "", "") call s:hi("dtLocaleKey", s:nord7_gui, "", s:nord7_term, "", "", "") |