languages/verilog: init module

This commit is contained in:
AleksandarZhekovski 2025-10-04 00:25:35 +03:00
commit 567de2c259
4 changed files with 67 additions and 0 deletions

View file

@ -506,3 +506,11 @@
- Add inline typst concealing support under `vim.languages.typst` using
[typst-concealer].
[AleksandarZhekovski](https://github.com/AleksandarZhekovski):
[tree-sitter-systemverilog]: https://github.com/gmlarumbe/tree-sitter-systemverilog
[verible]: https://github.com/chipsalliance/verible
- Add Verilog support under 'vim.languages.verilog' using [verible-verilog-ls]
and [tree-sitter-systemverilog].