From c2acddd651f5a1619e6378d2b3698465a810e485 Mon Sep 17 00:00:00 2001 From: Corey Williamson Date: Sun, 4 Oct 2020 19:39:12 -0500 Subject: Add teal parser --- 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 f0177e3e7..f77259b82 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -269,6 +269,14 @@ list.fennel = { maintainers = {'@TravonteD'}, } +list.teal = { + install_info = { + url = "https://github.com/euclidianAce/tree-sitter-teal", + files = { "src/parser.c", "src/scanner.c" }, + }, + maintainers = {'@euclidianAce'}, +} + list.ql = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-ql", -- cgit v1.2.3-70-g09d2