tree-sitter-verilog
tree-sitter-verilog copied to clipboard
Hihgliting issue on systemverilog file with tree-sitter-verilog on neovim
Hi I have a highliting issue on a system-verilog file while using tree-sitter on neovim.
These are my system-verilog lines of code:
There is some highliting problem because the blue color is used for all the lines after the
""
empty string on top.
The correct output (by disabling tree-sitter) is the following one:
I hope that this is not too much out of the scope for this repo but I was suggested to post the issue here because it probably relates to this project.