feat: add vv file extension to v file type
This commit is contained in:
parent
c1195280b4
commit
c44409e52a
1 changed files with 1 additions and 1 deletions
|
|
@ -690,7 +690,7 @@ pub const v = .{
|
||||||
.description = "V",
|
.description = "V",
|
||||||
.color = 0x5d86be,
|
.color = 0x5d86be,
|
||||||
.icon = "V",
|
.icon = "V",
|
||||||
.extensions = .{ "v", "vsh", "v.mod" },
|
.extensions = .{ "v", "vv", "vsh", "v.mod" },
|
||||||
.comment = "//",
|
.comment = "//",
|
||||||
.highlights = "nvim-treesitter/runtime/queries/v/highlights.scm",
|
.highlights = "nvim-treesitter/runtime/queries/v/highlights.scm",
|
||||||
.injections = "nvim-treesitter/runtime/queries/v/injections.scm",
|
.injections = "nvim-treesitter/runtime/queries/v/injections.scm",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue