Fix #2832
This commit is contained in:
parent
2749093143
commit
c6eb9bd8f0
|
@ -55,7 +55,7 @@ evaluate-commands %sh{
|
|||
}
|
||||
|
||||
add-highlighter shared/sh/code/operators regex [\[\]\(\)&|]{1,2} 0:operator
|
||||
add-highlighter shared/sh/code/variable regex ([\w-]+)= 1:variable
|
||||
add-highlighter shared/sh/code/variable regex ((?<![-:])\b\w+)= 1:variable
|
||||
add-highlighter shared/sh/code/function regex ^\h*(\w+)\h*\(\) 1:function
|
||||
|
||||
add-highlighter shared/sh/code/unscoped_expansion regex \$(\w+|#|@|\?|\$|!|-|\*) 0:value
|
||||
|
|
Loading…
Reference in New Issue
Block a user