feat: add elm file type
This commit is contained in:
parent
73e2396f61
commit
beea570be7
2 changed files with 11 additions and 0 deletions
|
@ -127,6 +127,15 @@ pub const elixir = .{
|
|||
.injections = "tree-sitter-elixir/queries/injections.scm",
|
||||
};
|
||||
|
||||
pub const elm = .{
|
||||
.description = "Elm",
|
||||
.color = 0x0e76ad,
|
||||
.icon = "",
|
||||
.extensions = .{ "elm" },
|
||||
.comment = "--",
|
||||
.injections = "tree-sitter-elm/queries/injections.scm",
|
||||
};
|
||||
|
||||
pub const fish = .{
|
||||
.description = "Fish",
|
||||
.extensions = .{"fish"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue