feat: add sql file type support
This commit is contained in:
parent
942053ff0a
commit
01558741e4
3 changed files with 10 additions and 2 deletions
|
@ -434,6 +434,13 @@ pub const scheme = .{
|
|||
.comment = ";",
|
||||
};
|
||||
|
||||
pub const sql = .{
|
||||
.description = "SQL",
|
||||
.icon = "",
|
||||
.extensions = .{ "sql" },
|
||||
.comment = "--",
|
||||
};
|
||||
|
||||
pub const @"ssh-config" = .{
|
||||
.description = "SSH config",
|
||||
.extensions = .{".ssh/config"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue