mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-25 12:36:11 +03:00
Fix operators highlighting in shell scripts
This commit is contained in:
parent
88a9607552
commit
7419f8241a
@ -32,7 +32,7 @@ addhl -group /sh/comment fill comment
|
||||
printf %s "addhl -group /sh/code regex \b(${keywords})\b 0:keyword"
|
||||
}
|
||||
|
||||
addhl -group /sh/code regex [\[\]\(\)&|]{2}|\[\s|\s\] 0:operator
|
||||
addhl -group /sh/code regex [\[\]\(\)&|]{1,2} 0:operator
|
||||
addhl -group /sh/code regex (\w+)= 1:identifier
|
||||
addhl -group /sh/code regex ^\h*(\w+)\h*\(\) 1:identifier
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user