diff options
| author | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2026-03-28 07:28:16 +0000 |
|---|---|---|
| committer | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2026-03-28 07:33:46 +0000 |
| commit | 7caec274fd19c12b55902a5b795100d21531391f (patch) | |
| tree | bea42477fd49ad615cd5d759057b74bb776bb992 | |
| parent | fix(kotlin): regex and printf injections not applying (#8613) (diff) | |
| download | nvim-treesitter-7caec274fd19c12b55902a5b795100d21531391f.tar nvim-treesitter-7caec274fd19c12b55902a5b795100d21531391f.tar.gz nvim-treesitter-7caec274fd19c12b55902a5b795100d21531391f.tar.bz2 nvim-treesitter-7caec274fd19c12b55902a5b795100d21531391f.tar.lz nvim-treesitter-7caec274fd19c12b55902a5b795100d21531391f.tar.xz nvim-treesitter-7caec274fd19c12b55902a5b795100d21531391f.tar.zst nvim-treesitter-7caec274fd19c12b55902a5b795100d21531391f.zip | |
bot(parsers): update beancount, gotmpl, heex, helm, idl, javadoc, jinja, jinja_inline, just, kotlin, liquid, mlir, ocaml, ocaml_interface, pkl, pod, rust, supercollider, typoscript
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 815e474e2..17ec140ea 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -93,7 +93,7 @@ return { }, beancount = { install_info = { - revision = 'd7a03a7506fbbbc4b16a9a2054ff7c2b337744b8', + revision = '429cff869513cf9e34a2cf604fbfaaedc467e809', url = 'https://github.com/polarmutex/tree-sitter-beancount', }, maintainers = { '@polarmutex' }, @@ -801,7 +801,7 @@ return { }, gotmpl = { install_info = { - revision = '04270cd3512e2c7de0c5f2823725d7b0c4c01fda', + revision = 'aa71f63de226c5592dfbfc1f29949522d7c95fac', url = 'https://github.com/ngalaiko/tree-sitter-go-template', }, maintainers = { '@qvalentin' }, @@ -904,7 +904,7 @@ return { }, heex = { |
