diff options
| author | blindfs <blindfs19@gmail.com> | 2025-10-06 21:24:58 +0800 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-10-06 16:31:28 +0200 |
| commit | 0594d1ba65ddd6fc73411afb78f09ffc912f37b3 (patch) | |
| tree | 4a823fff3c19a2a088453042512dd35136a24291 /lua | |
| parent | feat(angular)!: update parser and queries (diff) | |
| download | nvim-treesitter-0594d1ba65ddd6fc73411afb78f09ffc912f37b3.tar nvim-treesitter-0594d1ba65ddd6fc73411afb78f09ffc912f37b3.tar.gz nvim-treesitter-0594d1ba65ddd6fc73411afb78f09ffc912f37b3.tar.bz2 nvim-treesitter-0594d1ba65ddd6fc73411afb78f09ffc912f37b3.tar.lz nvim-treesitter-0594d1ba65ddd6fc73411afb78f09ffc912f37b3.tar.xz nvim-treesitter-0594d1ba65ddd6fc73411afb78f09ffc912f37b3.tar.zst nvim-treesitter-0594d1ba65ddd6fc73411afb78f09ffc912f37b3.zip | |
feat(nu)!: update parser and queries
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 8245bf553..72d607836 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1486,7 +1486,7 @@ return { }, nu = { install_info = { - revision = '0e6c59c46db3c246eaf86ce5b325da1247e971a5', + revision = 'e1509fc9f9aa6579430a65f167528617df56b107', url = 'https://github.com/nushell/tree-sitter-nu', }, maintainers = { '@abhisheksingh0x558' }, |
