From 05f29103552dcdd7faa77ce7c5152759c733f988 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Fri, 1 Aug 2025 18:15:49 +0200 Subject: feat(systemverilog)!: update parser and queries Breaking changes: 1. `(comment)` node split into `(one_line_comment)` and `(block_comment)` 2. named `(directive_foo)` nodes replaced by anonymous `"'foo"` (with backtick!) nodes -- but not consistently --- lua/nvim-treesitter/parsers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 6a2ac8f4c..a79361c15 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -2233,7 +2233,7 @@ return { }, systemverilog = { install_info = { - revision = 'b2c95d30954fbd3cf9be6d96a3ad82e023c2fa12', + revision = '3bd2c5d2f60ed7b07c2177b34e2976ad9a87c659', url = 'https://github.com/gmlarumbe/tree-sitter-systemverilog', }, maintainers = { '@zhangwwpeng' }, -- cgit v1.2.3-70-g09d2