feat(typespec): add support for typespec

This commit is contained in:
Hilmar Wiegand 2024-05-13 10:47:04 +02:00 committed by Christian Clason
parent f224fef9d2
commit c26cfc75bc
6 changed files with 170 additions and 0 deletions

View file

@ -2181,6 +2181,14 @@ list.typescript = {
maintainers = { "@steelsojka" },
}
list.typespec = {
install_info = {
url = "https://github.com/happenslol/tree-sitter-typespec",
files = { "src/parser.c" },
},
maintainers = { "@happenslol" },
}
list.typoscript = {
install_info = {
url = "https://github.com/Teddytrombone/tree-sitter-typoscript",