feat: add hurl language support

This commit is contained in:
CJ van den Berg 2025-06-20 19:24:36 +02:00
parent 61cc66276e
commit 043c1b7115
3 changed files with 13 additions and 2 deletions

View file

@ -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,