feat: support uxntal syntax
This commit is contained in:
parent
3bb45d6b3f
commit
1e16ac5c69
2 changed files with 8 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue