tree-sitter-verilog icon indicating copy to clipboard operation
tree-sitter-verilog copied to clipboard

Hihgliting issue on systemverilog file with tree-sitter-verilog on neovim

Open simoneruffini opened this issue 2 years ago • 3 comments

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: image 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: image

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.

simoneruffini avatar Jan 29 '23 19:01 simoneruffini