mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17: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,
|
||||
}
|
||||
|
||||
list.hack = {
|
||||
install_info = {
|
||||
url = "https://github.com/slackhq/tree-sitter-hack",
|
||||
branch = "main",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
},
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue