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
In nvim, the first comment is highlighted correctly. However, all subsequent matching is adversely affected. Both comments and flags are highlighted incorrectly after the first comment.
The full tree for reference. It's a bit difficult to spot, but my cursor is on line 72 of the :InspectTree buffer.
For reference, this is how this file looks on github, where the comments are correctly highlighted (the rest is also a bit wonky):
The text was updated successfully, but these errors were encountered:
This is a known yet unsolvable issue without disallowing comments in certain rules (which the reserved rules api intends to solve if that ever comes about)
In nvim, the first comment is highlighted correctly. However, all subsequent matching is adversely affected. Both comments and flags are highlighted incorrectly after the first comment.
The full tree for reference. It's a bit difficult to spot, but my cursor is on line 72 of the
:InspectTree
buffer.For reference, this is how this file looks on github, where the comments are correctly highlighted (the rest is also a bit wonky):
The text was updated successfully, but these errors were encountered: