aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2025-08-25 19:09:38 +0200
committerChristian Clason <ch.clason+github@icloud.com>2025-08-25 19:13:51 +0200
commit37cec5ec59d09db15ef364e237f8593b48754539 (patch)
treea6f79d23f85aff02f4beda5b59dc23c11be545e7 /lua
parentfeat(parsers): update arduino, blade, desktop, elixir, javadoc, llvm, mlir, p... (diff)
downloadnvim-treesitter-37cec5ec59d09db15ef364e237f8593b48754539.tar
nvim-treesitter-37cec5ec59d09db15ef364e237f8593b48754539.tar.gz
nvim-treesitter-37cec5ec59d09db15ef364e237f8593b48754539.tar.bz2
nvim-treesitter-37cec5ec59d09db15ef364e237f8593b48754539.tar.lz
nvim-treesitter-37cec5ec59d09db15ef364e237f8593b48754539.tar.xz
nvim-treesitter-37cec5ec59d09db15ef364e237f8593b48754539.tar.zst
nvim-treesitter-37cec5ec59d09db15ef364e237f8593b48754539.zip
feat(gotmpl,helm)!: update parser and queries
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 9f14b2038..cae9df413 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -811,7 +811,7 @@ return {
},
gotmpl = {
install_info = {
- revision = '5f19a36bb1eebb30454e277b222b278ceafed0dd',
+ revision = '65f4f86c3aaa9dabab36e3482584e8a111cf7db1',
url = 'https://github.com/ngalaiko/tree-sitter-go-template',
},
maintainers = { '@qvalentin' },
@@ -923,7 +923,7 @@ return {
helm = {
install_info = {
location = 'dialects/helm',
- revision = '5f19a36bb1eebb30454e277b222b278ceafed0dd',
+ revision = '65f4f86c3aaa9dabab36e3482584e8a111cf7db1',
url = 'https://github.com/ngalaiko/tree-sitter-go-template',
},
maintainers = { '@qvalentin' },