Compare commits
No commits in common. "45d79d41562f3d9dcc53c7e2c38d7d829a2b2834" and "7dad2163a41278b1919c1b29a7255b8cdcb51b46" have entirely different histories.
45d79d4156
...
7dad2163a4
2 changed files with 3 additions and 3 deletions
|
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
.tree_sitter = .{
|
.tree_sitter = .{
|
||||||
.url = "https://github.com/neurocyte/tree-sitter/releases/download/master-026db2b0aeca1227e448e3cbe4fe36604c60944a/source.tar.gz",
|
.url = "https://github.com/neurocyte/tree-sitter/releases/download/master-8eb32d5f5667cf09c496815aa10fd7b5c18f6770/source.tar.gz",
|
||||||
.hash = "tree_sitter-0.22.4-150-g7e3f5726-z0LhyBxvsy4r2lzI5i5Zfg2fEwXJcOxGaDRU6zfp_ceV",
|
.hash = "tree_sitter-0.22.4-150-g7e3f5726-z0LhyM-JrS7PZ_7L9KSqdvZQcFZo-0G6kZCQVgo63d4_",
|
||||||
},
|
},
|
||||||
.cbor = .{
|
.cbor = .{
|
||||||
.url = "git+https://github.com/neurocyte/cbor?ref=master#7d2eeb68c8a2fb3f4d6baad6cc04c521b92974c0",
|
.url = "git+https://github.com/neurocyte/cbor?ref=master#7d2eeb68c8a2fb3f4d6baad6cc04c521b92974c0",
|
||||||
|
|
|
||||||
|
|
@ -558,7 +558,7 @@ pub const swift = .{
|
||||||
|
|
||||||
pub const verilog = .{
|
pub const verilog = .{
|
||||||
.description = "SystemVerilog",
|
.description = "SystemVerilog",
|
||||||
.extensions = .{ "sv", "svh", "v", "vh" },
|
.extensions = .{ "sv", "svh" },
|
||||||
.comment = "//",
|
.comment = "//",
|
||||||
.highlights = "nvim-treesitter/queries/verilog/highlights.scm",
|
.highlights = "nvim-treesitter/queries/verilog/highlights.scm",
|
||||||
.injections = "nvim-treesitter/queries/verilog/injections.scm",
|
.injections = "nvim-treesitter/queries/verilog/injections.scm",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue