Compare commits

...

2 commits

2 changed files with 3 additions and 3 deletions

View file

@ -6,8 +6,8 @@
.dependencies = .{
.tree_sitter = .{
.url = "https://github.com/neurocyte/tree-sitter/releases/download/master-8eb32d5f5667cf09c496815aa10fd7b5c18f6770/source.tar.gz",
.hash = "tree_sitter-0.22.4-150-g7e3f5726-z0LhyM-JrS7PZ_7L9KSqdvZQcFZo-0G6kZCQVgo63d4_",
.url = "https://github.com/neurocyte/tree-sitter/releases/download/master-026db2b0aeca1227e448e3cbe4fe36604c60944a/source.tar.gz",
.hash = "tree_sitter-0.22.4-150-g7e3f5726-z0LhyBxvsy4r2lzI5i5Zfg2fEwXJcOxGaDRU6zfp_ceV",
},
.cbor = .{
.url = "git+https://github.com/neurocyte/cbor?ref=master#7d2eeb68c8a2fb3f4d6baad6cc04c521b92974c0",

View file

@ -558,7 +558,7 @@ pub const swift = .{
pub const verilog = .{
.description = "SystemVerilog",
.extensions = .{ "sv", "svh" },
.extensions = .{ "sv", "svh", "v", "vh" },
.comment = "//",
.highlights = "nvim-treesitter/queries/verilog/highlights.scm",
.injections = "nvim-treesitter/queries/verilog/injections.scm",