mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
feat: add luap
This commit is contained in:
parent
d4e48be88d
commit
c9d7918901
4 changed files with 48 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue