mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] fix quotes highlighting in /bin/sh scripts
This commit is contained in:
parent
2d7b5b3290
commit
08255396c9
1 changed files with 2 additions and 1 deletions
|
@ -333,7 +333,8 @@ let s:base16_theme_name = 'eighties'
|
||||||
hi! link luaBraces Delimiter
|
hi! link luaBraces Delimiter
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Zsh {{{
|
" Shell {{{
|
||||||
|
hi! link shQuote String
|
||||||
hi! link zshFunction Function
|
hi! link zshFunction Function
|
||||||
hi! link zshVariable Variable
|
hi! link zshVariable Variable
|
||||||
" }}}
|
" }}}
|
||||||
|
|
Loading…
Reference in a new issue