From da6646c3e51cf10b8da1cb89be9aaf60ab41c6a3 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Thu, 16 Nov 2023 22:12:55 +0100 Subject: feat: add templ --------- 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 9bd3521ef..9077bc8d4 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -2095,6 +2095,14 @@ list.zig = { maintainers = { "@maxxnino" }, } +list.templ = { + install_info = { + url = "https://github.com/vrischmann/tree-sitter-templ", + files = { "src/parser.c", "src/scanner.c" }, + }, + maintainers = { "@vrischmann" }, +} + local M = { list = list, filetype_to_parsername = filetype_to_parsername, -- cgit v1.3