[nvim] fix quotes highlighting in /bin/sh scripts

This commit is contained in:
Dmytro Meleshko 2019-08-02 16:13:50 +03:00
parent 2d7b5b3290
commit 08255396c9
1 changed files with 2 additions and 1 deletions

View File

@ -333,7 +333,8 @@ let s:base16_theme_name = 'eighties'
hi! link luaBraces Delimiter
" }}}
" Zsh {{{
" Shell {{{
hi! link shQuote String
hi! link zshFunction Function
hi! link zshVariable Variable
" }}}