From 16af5ef490ff37407cc4241d7b8b8798d5b3a726 Mon Sep 17 00:00:00 2001 From: Teddytrombone Date: Tue, 24 Oct 2023 09:48:33 +0200 Subject: feat(typoscript) Added parser and queries for TypoScript (#5564) * Added configuration for TypoScript * Removed duplicated code; Applied folding suggestion * Applied suggestions * Update queries/typoscript/highlights.scm Co-authored-by: ObserverOfTime --------- Co-authored-by: ObserverOfTime --- 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 3e4e39006..c9ba50b37 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1874,6 +1874,14 @@ list.typescript = { maintainers = { "@steelsojka" }, } +list.typoscript = { + install_info = { + url = "https://github.com/Teddytrombone/tree-sitter-typoscript", + files = { "src/parser.c" }, + }, + maintainers = { "@Teddytrombone" }, +} + list.ungrammar = { install_info = { url = "https://github.com/Philipp-M/tree-sitter-ungrammar", -- cgit v1.2.3-70-g09d2