feat: add luap

This commit is contained in:
Amaan Qureshi 2023-03-03 05:33:20 -05:00
parent d4e48be88d
commit c9d7918901
4 changed files with 48 additions and 0 deletions

View file

@ -855,6 +855,15 @@ list.lua = {
maintainers = { "@muniftanjim" },
}
list.luap = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-luap",
files = { "src/parser.c" },
readme_name = "lua patterns",
},
maintainers = { "@amaanq" },
}
list.m68k = {
install_info = {
url = "https://github.com/grahambates/tree-sitter-m68k",