Adjust sh highlights

This commit is contained in:
Iron_E 2020-09-02 13:15:31 -04:00
parent 055131a616
commit cf3d46cf16
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 1 additions and 0 deletions

View File

@ -538,6 +538,7 @@ local highlight_groups = {
shDerefSimple = 'SpecialChar',
shFunctionKey = 'Function',
shLoop = 'Repeat',
shParen = 'Delimiter',
shQuote = 'Delimiter',
shSet = 'Statement',
shTestOpr = 'Debug',