aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 0246cde81..d0ef4a97a 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -1206,6 +1206,19 @@ list.tiger = {
maintainers = { "@ambroisie" },
}
+list.t32 = {
+ install_info = {
+ url = "https://codeberg.org/xasc/tree-sitter-t32",
+ files = { "src/parser.c", "src/scanner.c" },
+ branch = "main",
+ revision = "675cd7de4eb80f2faa1e6d3bc9ee195fa9ef9790",
+ generate_requires_npm = false,
+ requires_generate_from_grammar = false,
+ },
+ filetype = "t32",
+ maintainers = { "@xasc" },
+}
+
list.sxhkdrc = {
install_info = {
url = "https://github.com/RaafatTurki/tree-sitter-sxhkdrc",