From c26cfc75bc77b3538f4f288b013bc927a371bf2e Mon Sep 17 00:00:00 2001 From: Hilmar Wiegand Date: Mon, 13 May 2024 10:47:04 +0200 Subject: feat(typespec): add support for typespec --- lua/nvim-treesitter/parsers.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lua') 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", -- cgit v1.2.3-70-g09d2