The capture that was supposed to highlight the left parenthesis in if/while/for/etc statements was actually referring to nothing because it seems (?<=) doesn't capture. This commit fixes that, which isn't noticeable in the default themes, but is very noticeable in themes that highlight parenthesis/braces with specific colors.
The capture that was supposed to highlight the left parenthesis in if/while/for/etc statements was actually referring to nothing because it seems (?<=) doesn't capture. This commit fixes that, which isn't noticeable in the default themes, but is very noticeable in themes that highlight parenthesis/braces with specific colors.