refactor: zig fmt all source files

This commit is contained in:
CJ van den Berg 2024-10-14 12:16:00 +02:00
parent f0343bf2c9
commit 118b2b56f8
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
4 changed files with 2 additions and 4 deletions

View file

@ -252,7 +252,7 @@ pub const nu = .{
.icon = ">",
.extensions = .{ "nu", "nushell" },
.comment = "#",
.language_server = .{"nu", "--lsp"},
.language_server = .{ "nu", "--lsp" },
.highlights = "tree-sitter-nu/queries/nu/highlights.scm",
.injections = "tree-sitter-nu/queries/nu/injections.scm",
};