feat: add awk file type
This commit is contained in:
parent
68932ba74b
commit
54cebe31e6
2 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,13 @@ pub const astro = .{
|
|||
.comment = "//",
|
||||
};
|
||||
|
||||
pub const awk = .{
|
||||
.description = "Awk",
|
||||
.icon = "",
|
||||
.extensions = .{"awk", "gawk"},
|
||||
.comment = "#",
|
||||
};
|
||||
|
||||
pub const bash = .{
|
||||
.description = "Bash",
|
||||
.color = 0x3e474a,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue