Merge branch 'master' into zig-0.14
This commit is contained in:
commit
f3c35545e3
3 changed files with 12 additions and 2 deletions
|
@ -7,6 +7,14 @@ pub const agda = .{
|
|||
.comment = "--",
|
||||
};
|
||||
|
||||
pub const astro = .{
|
||||
.description = "Astro",
|
||||
.icon = "",
|
||||
.extensions = .{"astro"},
|
||||
.comment = "//",
|
||||
.language_server = .{ "astro-ls", "--stdio" },
|
||||
};
|
||||
|
||||
pub const bash = .{
|
||||
.description = "Bash",
|
||||
.color = 0x3e474a,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue