You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can simply disable rainbow for this filetype. Or if you know about RegExp in Vim, you can define your parentheses for htmldjango files yourself (maybe you will need zero-width matching).
Describe the bug
Rainbow parentheses breaks the Django tags highlighting.
To Reproduce
Open any HTML file with Django template tags and make sure the filetype is set to
htmldjango
.Expected behavior
Disable rainbow parentheses for Django tags completely as nested parentheses don't occur in them.
Screenshots
Additional context
Syntax highlighting works as expected when I explicitly turn off rainbow parentheses for given buffer.
The text was updated successfully, but these errors were encountered: