nvim-treesitter / nvim-treesitter-context

Show code context
MIT License
2.5k stars 201 forks source link

[feat] Add `systemverilog` and more syntax blocks support #484

Closed beyond-fu closed 2 months ago

beyond-fu commented 2 months ago

Now it only supports verilog file, it will be very nice if systemverilog is also supported. Although I can set the filetype of *.sv to verilog, but this is not a good practice because nvim-treesitter already supports systemverilog even native vim supports the filetype of systemverilog. Moreover, It will be better if more syntax blocks are supported, such as initial, task, function and so on.

Thanks for your work!