feat: support uxntal syntax

This commit is contained in:
choc 2025-05-12 11:43:55 +08:00 committed by CJ van den Berg
parent 3bb45d6b3f
commit 1e16ac5c69
2 changed files with 8 additions and 0 deletions

View file

@ -507,6 +507,12 @@ pub const typst = .{
.injections = "tree-sitter-typst/queries/typst/injections.scm",
};
pub const uxntal = .{
.description = "Uxntal",
.extensions = .{"tal"},
.comment = "(",
};
pub const vim = .{
.description = "Vimscript",
.color = 0x007f00,