refactor: run zig fmt
This commit is contained in:
parent
670aa9aede
commit
be80b598f3
1 changed files with 2 additions and 2 deletions
|
@ -440,7 +440,7 @@ pub const scheme = .{
|
|||
pub const sql = .{
|
||||
.description = "SQL",
|
||||
.icon = "",
|
||||
.extensions = .{ "sql" },
|
||||
.extensions = .{"sql"},
|
||||
.comment = "--",
|
||||
};
|
||||
|
||||
|
@ -467,7 +467,7 @@ pub const verilog = .{
|
|||
.highlights = "nvim-treesitter/queries/verilog/highlights.scm",
|
||||
.injections = "nvim-treesitter/queries/verilog/injections.scm",
|
||||
.language_server = .{"verible-verilog-ls"},
|
||||
.formatter = .{ "verible-verilog-format", "-" }
|
||||
.formatter = .{ "verible-verilog-format", "-" },
|
||||
};
|
||||
|
||||
pub const toml = .{
|
||||
|
|
Loading…
Add table
Reference in a new issue