feat: add asm file type

This commit is contained in:
CJ van den Berg 2026-02-16 21:43:34 +01:00
parent a97356b2a5
commit fa6f489619
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
pub const agda = .{};
pub const @"asm" = .{};
pub const astro = .{
.language_server = .{ "astro-ls", "--stdio" },
};