diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-06-22 15:40:36 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-06-22 15:46:42 +0200 |
| commit | 1bfa557b7d6bd7b3a594e89652ba7117a2b7d04d (patch) | |
| tree | 1fea29593c5beeaafe3edb8b1ab903a1410fcac9 /lua | |
| parent | feat(vue): add template commentstring metadata (diff) | |
| download | nvim-treesitter-1bfa557b7d6bd7b3a594e89652ba7117a2b7d04d.tar nvim-treesitter-1bfa557b7d6bd7b3a594e89652ba7117a2b7d04d.tar.gz nvim-treesitter-1bfa557b7d6bd7b3a594e89652ba7117a2b7d04d.tar.bz2 nvim-treesitter-1bfa557b7d6bd7b3a594e89652ba7117a2b7d04d.tar.lz nvim-treesitter-1bfa557b7d6bd7b3a594e89652ba7117a2b7d04d.tar.xz nvim-treesitter-1bfa557b7d6bd7b3a594e89652ba7117a2b7d04d.tar.zst nvim-treesitter-1bfa557b7d6bd7b3a594e89652ba7117a2b7d04d.zip | |
feat(parsers): update gleam, latex, typespec, purescript, heex, nu
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 3194af27c..24fdded9c 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -709,7 +709,7 @@ return { }, gleam = { install_info = { - revision = '6ece453acf8b14568c10f629f8cd25d3dde3794f', + revision = 'ee93c639dc82148d716919df336ad612fd33538e', url = 'https://github.com/gleam-lang/tree-sitter-gleam', }, maintainers = { '@amaanq' }, @@ -906,7 +906,7 @@ return { }, heex = { install_info = { - revision = '008626a3fad379d17c81d5ed576edd9bd7a4fbf7', + revision = '6603380caf806b3e6c7f0bf61627bb47023d79f1', url = 'https://github.com/connorlay/tree-sitter-heex', }, maintainers = { '@connorlay' }, @@ -1232,7 +1232,7 @@ return { latex = { install_info = { generate = true, - revision = '8e130cd5394487f5b686fbbb547f4ad7dbe811db', + revision = '73c9b8992f72203386092ffd2a05f2dcba02d2cb', url = 'https://github.com/latex-lsp/tree-sitter-latex', }, maintainers = { '@theHamsta', '@clason' }, @@ -1471,7 +1471,7 @@ return { }, nu = { install_info = { - revision = '7983592fe54750b750f2ee9dc8e89449257855d4', + revision = 'b64f0d1c93a76d167fabb01271905f0d18c5f10c', url = 'https://github.com/nushell/tree-sitter-nu', }, maintainers = { '@abhisheksingh0x558' }, @@ -1739,7 +1739,7 @@ return { }, purescript = { install_info = { - revision = '03bafc129e390d65178caaa72d8a1b91439d170e', + revision = 'f541f95ffd6852fbbe88636317c613285bc105af', url = 'https://github.com/postsolar/tree-sitter-purescript', }, maintainers = { '@postsolar' }, @@ -2386,7 +2386,7 @@ return { }, typespec = { install_info = { - revision = 'b6b6a66a18e98f44cc2f2cdbfd2e1df845b59852', + revision = '814c98283fd92a248ba9d49ebfe61bc672a35875', url = 'https://github.com/happenslol/tree-sitter-typespec', }, maintainers = { '@happenslol' }, |
