refactor: run zig fmt
This commit is contained in:
parent
28bc77f461
commit
8b3a5ac170
1 changed files with 2 additions and 2 deletions
|
@ -445,7 +445,7 @@ pub const scheme = .{
|
|||
pub const sql = .{
|
||||
.description = "SQL",
|
||||
.icon = "",
|
||||
.extensions = .{ "sql" },
|
||||
.extensions = .{"sql"},
|
||||
.comment = "--",
|
||||
};
|
||||
|
||||
|
@ -472,7 +472,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