feat: add templ

---------

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
Vincent Rischmann 2023-11-16 22:12:55 +01:00 committed by GitHub
parent 8b9f996602
commit da6646c3e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 66 additions and 0 deletions

View file

@ -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,