diff options
author | 2017-02-04 12:25:04 +0100 | |
---|---|---|
committer | 2017-02-04 12:25:04 +0100 | |
commit | dcfb441e0f4dc7345a8799065218b9f7c17fb8ec (patch) | |
tree | f5e489140f78bc0435fe203663bcbf632fb97f5f | |
parent | a5c3459af0910757ab7fc5162e5bd5a9775eb224 (diff) | |
download | nord-vim-dcfb441e0f4dc7345a8799065218b9f7c17fb8ec.tar.gz |
GHI-#23 Optimize style for the SQL group "sqlSpecial"
-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 31b8543..9626d0d 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -339,6 +339,7 @@ hi! link shDerefSimple Identifier hi! link shDerefVar Identifier hi! link sqlKeyword Keyword +hi! link sqlSpecial Keyword call s:hi("vimAugroup", s:nord7_gui, "", s:nord7_term, "", "", "") call s:hi("vimMapRhs", s:nord7_gui, "", s:nord7_term, "", "", "") |