From 1e74c34b668d0bbdd14492fc220974e4fc38dc6b Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Fri, 24 Nov 2023 10:25:47 +0100 Subject: feat: add angular parser and queries --- 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 b012d514a..0c83e58f0 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -93,6 +93,14 @@ list.agda = { maintainers = { "@Decodetalkers" }, } +list.angular = { + install_info = { + url = "https://github.com/steelsojka/tree-sitter-angular", + files = { "src/parser.c" }, + }, + maintainers = {"@steelsojka"} +} + list.apex = { install_info = { url = "https://github.com/aheber/tree-sitter-sfapex", -- cgit v1.2.3-70-g09d2