refactor: zig fmt all source files
This commit is contained in:
parent
57dfa2ee9f
commit
0498ae3194
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ pub const nu = .{
|
||||||
.icon = ">",
|
.icon = ">",
|
||||||
.extensions = .{ "nu", "nushell" },
|
.extensions = .{ "nu", "nushell" },
|
||||||
.comment = "#",
|
.comment = "#",
|
||||||
.language_server = .{"nu", "--lsp"},
|
.language_server = .{ "nu", "--lsp" },
|
||||||
.highlights = "tree-sitter-nu/queries/nu/highlights.scm",
|
.highlights = "tree-sitter-nu/queries/nu/highlights.scm",
|
||||||
.injections = "tree-sitter-nu/queries/nu/injections.scm",
|
.injections = "tree-sitter-nu/queries/nu/injections.scm",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue