mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
feat(typespec): add support for typespec
This commit is contained in:
parent
f224fef9d2
commit
c26cfc75bc
6 changed files with 170 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue