Merge remote-tracking branch 'jkonecny/master-fix-shell'
This commit is contained in:
commit
b560011f12
|
@ -9,7 +9,7 @@ hook global BufSetOption mimetype=text/x-shellscript %{
|
||||||
addhl -group / regions -default code sh \
|
addhl -group / regions -default code sh \
|
||||||
double_string %{"} %{(?<!\\)(\\\\)*"} '' \
|
double_string %{"} %{(?<!\\)(\\\\)*"} '' \
|
||||||
single_string %{'} %{(?<!\\)(\\\\)*'} '' \
|
single_string %{'} %{(?<!\\)(\\\\)*'} '' \
|
||||||
comment '#' '$' ''
|
comment '(?<!\$)#' '$' ''
|
||||||
|
|
||||||
addhl -group /sh/double_string fill string
|
addhl -group /sh/double_string fill string
|
||||||
addhl -group /sh/single_string fill string
|
addhl -group /sh/single_string fill string
|
||||||
|
@ -20,7 +20,7 @@ addhl -group /sh/code regex [\[\]\(\)&|]{2} 0:operator
|
||||||
addhl -group /sh/code regex (\w+)= 1:identifier
|
addhl -group /sh/code regex (\w+)= 1:identifier
|
||||||
addhl -group /sh/code regex ^\h*(\w+)\h*\(\) 1:identifier
|
addhl -group /sh/code regex ^\h*(\w+)\h*\(\) 1:identifier
|
||||||
|
|
||||||
addhl -group /sh/code regex \$(\w+|\{.+?\}) 0:identifier
|
addhl -group /sh/code regex \$(\w+|\{.+?\}|#|@|\?|\$|!|-|\*) 0:identifier
|
||||||
addhl -group /sh/double_string regex \$(\w+|\{.+?\}) 0:identifier
|
addhl -group /sh/double_string regex \$(\w+|\{.+?\}) 0:identifier
|
||||||
|
|
||||||
hook global WinSetOption filetype=sh %{ addhl ref sh }
|
hook global WinSetOption filetype=sh %{ addhl ref sh }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user