feat: add asm file type
This commit is contained in:
parent
a97356b2a5
commit
fa6f489619
2 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
pub const agda = .{};
|
||||
|
||||
pub const @"asm" = .{};
|
||||
|
||||
pub const astro = .{
|
||||
.language_server = .{ "astro-ls", "--stdio" },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue