refactor: zig fmt

This commit is contained in:
CJ van den Berg 2025-09-11 10:25:40 +02:00
parent 821f5d03cd
commit 69ea05c1d5
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -128,7 +128,7 @@ pub const fish = .{
.highlights = "tree-sitter-fish/queries/highlights.scm",
};
pub const @"fsharp" = .{
pub const fsharp = .{
.description = "F#",
.color = 0x378bba,
.icon = "",
@ -254,7 +254,7 @@ pub const commonlisp = .{
.description = "Lisp",
.color = 0xFFFFFF,
.icon = "",
.extensions = .{"lisp", "ls", "el"},
.extensions = .{ "lisp", "ls", "el" },
.comment = ";",
.highlights = "tree-sitter-scheme/queries/highlights.scm",
.parser = scheme.parser,