feat: add vv file extension to v file type

This commit is contained in:
CJ van den Berg 2026-03-31 10:52:56 +02:00
parent c1195280b4
commit c44409e52a
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -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",