aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorHilmar Wiegand <me@hwgnd.de>2024-05-13 10:47:04 +0200
committerChristian Clason <c.clason@uni-graz.at>2024-05-14 19:38:17 +0200
commitc26cfc75bc77b3538f4f288b013bc927a371bf2e (patch)
tree1e999002f1ffd9831c82477a991f5c619accc3b8 /lua
parentbot(lockfile): update idl, php, php_only, wit (diff)
downloadnvim-treesitter-c26cfc75bc77b3538f4f288b013bc927a371bf2e.tar
nvim-treesitter-c26cfc75bc77b3538f4f288b013bc927a371bf2e.tar.gz
nvim-treesitter-c26cfc75bc77b3538f4f288b013bc927a371bf2e.tar.bz2
nvim-treesitter-c26cfc75bc77b3538f4f288b013bc927a371bf2e.tar.lz
nvim-treesitter-c26cfc75bc77b3538f4f288b013bc927a371bf2e.tar.xz
nvim-treesitter-c26cfc75bc77b3538f4f288b013bc927a371bf2e.tar.zst
nvim-treesitter-c26cfc75bc77b3538f4f288b013bc927a371bf2e.zip
feat(typespec): add support for typespec
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 031b2658e..a3351d176 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -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",