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
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.
The text was updated successfully, but these errors were encountered:
I'm also encountering this issue, I think it is because of the way UVM macros use the ` character at the start. Did you manage to find a workaround for this?
I took a quick look into fixing this issue as I'm seeing it as well. I wasn't able to get a fix working as when I tried to make it optional to have anything in between a string open and close tree-sitter threw an error saying it won't allow tokens that match an empty string. I believe that is a way to prevent this issue with treesitter.
I'm also encountering this issue, I think it is because of the way UVM macros use the ` character at the start. Did you manage to find a workaround for this?
but the 'macro sintax is a valid system-verilog syntax, not just for uvm
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.
The text was updated successfully, but these errors were encountered: