mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -04:00
feat: add luau
This commit is contained in:
parent
2ce3c9080c
commit
cde306813d
8 changed files with 364 additions and 0 deletions
|
|
@ -851,6 +851,14 @@ list.luap = {
|
|||
readme_name = "lua patterns",
|
||||
}
|
||||
|
||||
list.luau = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-luau",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
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