mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 16:00:02 -04:00
parsers: add hack parser
This commit is contained in:
parent
3ee34749bc
commit
3f8917ac73
1 changed files with 8 additions and 0 deletions
|
|
@ -871,6 +871,14 @@ list.foam = {
|
||||||
experimental = true,
|
experimental = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
list.hack = {
|
||||||
|
install_info = {
|
||||||
|
url = "https://github.com/slackhq/tree-sitter-hack",
|
||||||
|
branch = "main",
|
||||||
|
files = { "src/parser.c", "src/scanner.cc" },
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
local M = {
|
local M = {
|
||||||
list = list,
|
list = list,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue