Merge remote-tracking branch 'lenormf/fix-sh-operators'

This commit is contained in:
Maxime Coste 2016-07-09 12:48:21 +01:00
commit 6bcfc7268f

View File

@ -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