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",
|
||||
};
|
||||
|
||||
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue