aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lua/nvim-treesitter/parsers.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 9b6cb3ba2..105463ff6 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -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,
}