update shell highlighting

This commit is contained in:
Ray Elliott 2021-02-12 21:12:50 +00:00
parent b7a5047d5a
commit 674a244816
4 changed files with 7 additions and 6 deletions

View File

@ -481,10 +481,10 @@
[ "Variable", "Function" ],
# shell
[ "shDerefSimple", "StorageClass" ],
[ "shHereDoc01", "Special" ],
[ "shHereDoc02", "shHereDoc01" ],
[ "shHereDoc05", "shHereDoc01" ],
[ "shDerefSimple", "Identifier" ],
[ "shHereDoc01", "Special" ],
[ "shHereDoc02", "shHereDoc01" ],
[ "shHereDoc05", "shHereDoc01" ],
[ "shHereDoc", "Label" ],
#various

View File

@ -325,7 +325,7 @@ if ($TERM =~ '256' || &t_Co >= 256) || has("gui_running")
hi link netrwList String
hi link netrwHidePat Identifier
hi link Variable Function
hi link shDerefSimple StorageClass
hi link shDerefSimple Identifier
hi link shHereDoc01 Special
hi link shHereDoc02 shHereDoc01
hi link shHereDoc05 shHereDoc01
@ -646,7 +646,7 @@ elseif &t_Co == 8 || $TERM !~# '^linux' || &t_Co == 16
hi link netrwList String
hi link netrwHidePat Identifier
hi link Variable Function
hi link shDerefSimple StorageClass
hi link shDerefSimple Identifier
hi link shHereDoc01 Special
hi link shHereDoc02 shHereDoc01
hi link shHereDoc05 shHereDoc01

View File

@ -134,3 +134,4 @@ Cheatsheet
WPMain
submodule
submodules
Luminate

Binary file not shown.