feat: add asm file type
This commit is contained in:
parent
a97356b2a5
commit
fa6f489619
2 changed files with 4 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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