This commit is contained in:
2025-01-18 23:53:03 -05:00
parent 5599121dd3
commit 0f0c7385bd

View File

@@ -58,15 +58,5 @@ return {
},
}
local treesitter_parser_config = require("nvim-treesitter.parsers").get_parser_configs()
treesitter_parser_config.templ = {
install_info = {
url = "https://github.com/vrischmann/tree-sitter-templ.git",
files = { "src/parser.c", "src/scanner.c" },
branch = "master",
},
}
vim.treesitter.language.register("templ", "templ")
end,
}