diff --git a/colors/highlite.vim b/colors/highlite.vim index 0075da6..4245f82 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -538,6 +538,7 @@ local highlight_groups = { shDerefSimple = 'SpecialChar', shFunctionKey = 'Function', shLoop = 'Repeat', + shParen = 'Delimiter', shQuote = 'Delimiter', shSet = 'Statement', shTestOpr = 'Debug',