feat: add hurl language support
This commit is contained in:
parent
61cc66276e
commit
043c1b7115
3 changed files with 13 additions and 2 deletions
|
@ -206,6 +206,15 @@ pub const superhtml = .{
|
|||
.formatter = .{ "superhtml", "fmt", "--stdin-super" },
|
||||
};
|
||||
|
||||
pub const hurl = .{
|
||||
.description = "Hurl",
|
||||
.color = 0xff0087,
|
||||
.icon = "",
|
||||
.extensions = .{"hurl"},
|
||||
.comment = "#",
|
||||
.injections = "tree-sitter-hurl/queries/injections.scm",
|
||||
};
|
||||
|
||||
pub const java = .{
|
||||
.description = "Java",
|
||||
.color = 0xEA2D2E,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue