feat: add typst parser

This commit is contained in:
Raafat Turki 2024-02-16 20:54:08 +03:00 committed by Amaan Qureshi
parent 87bc770e60
commit ab3ec330ec

View file

@ -2071,6 +2071,14 @@ list.typoscript = {
maintainers = { "@Teddytrombone" },
}
list.typst = {
install_info = {
url = "https://github.com/uben0/tree-sitter-typst",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@uben0", "@RaafatTurki" },
}
list.udev = {
install_info = {
url = "https://github.com/ObserverOfTime/tree-sitter-udev",