refactor: zig fmt
This commit is contained in:
parent
821f5d03cd
commit
69ea05c1d5
1 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ pub const fish = .{
|
||||||
.highlights = "tree-sitter-fish/queries/highlights.scm",
|
.highlights = "tree-sitter-fish/queries/highlights.scm",
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const @"fsharp" = .{
|
pub const fsharp = .{
|
||||||
.description = "F#",
|
.description = "F#",
|
||||||
.color = 0x378bba,
|
.color = 0x378bba,
|
||||||
.icon = "",
|
.icon = "",
|
||||||
|
@ -254,7 +254,7 @@ pub const commonlisp = .{
|
||||||
.description = "Lisp",
|
.description = "Lisp",
|
||||||
.color = 0xFFFFFF,
|
.color = 0xFFFFFF,
|
||||||
.icon = "",
|
.icon = "",
|
||||||
.extensions = .{"lisp", "ls", "el"},
|
.extensions = .{ "lisp", "ls", "el" },
|
||||||
.comment = ";",
|
.comment = ";",
|
||||||
.highlights = "tree-sitter-scheme/queries/highlights.scm",
|
.highlights = "tree-sitter-scheme/queries/highlights.scm",
|
||||||
.parser = scheme.parser,
|
.parser = scheme.parser,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue