ellisonleao/gruvbox.nvim

[BUG] Python brackets and other special punctuation/operators are white/grey

ambroisie opened this issue · 1 comments

Describe the bug

  1. Opening a Python file, the ,, [, ], (, ), and probably other operators are white instead of the orange they were previously.

Expected behaviour

It should keep highlighting them as orange.

Screenshots

The new highlighting on the left, and the old one on the right:

image

This looks like I'm missing 20f9003, will check after adding that patch and close if it fixes the issue.