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

@ -6,8 +6,8 @@
.dependencies = .{
.syntax = .{
.url = "git+https://github.com/neurocyte/flow-syntax?ref=master#5c8b804defff9f98a367adca1008c8d4e5945053",
.hash = "flow_syntax-0.7.2-X8jOoZAXAQBmKDyJqElxHRDqkQu5YfS54dXes-tw6zPh",
.url = "git+https://github.com/neurocyte/flow-syntax?ref=master#880eac1a7ef51da53ae5116d69623169e74942fc",
.hash = "flow_syntax-0.7.2-X8jOoXQZAQBvCqbqNVrI8MaCJGtp4dArhaki8igH9F3d",
},
.flags = .{
.url = "git+https://github.com/neurocyte/flags?ref=main#984b27948da3e4e40a253f76c85b51ec1a9ada11",

View file

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