diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2026-01-02 09:56:33 +0100 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-01-02 10:02:25 +0100 |
| commit | efa5d1fa3a7218c6fd8e04c42882af4b8468e8b2 (patch) | |
| tree | 8cfbea392199434b0f794da0661acb41599df31e /lua | |
| parent | fix(lua): re-add missing assignment operator (diff) | |
| download | nvim-treesitter-efa5d1fa3a7218c6fd8e04c42882af4b8468e8b2.tar nvim-treesitter-efa5d1fa3a7218c6fd8e04c42882af4b8468e8b2.tar.gz nvim-treesitter-efa5d1fa3a7218c6fd8e04c42882af4b8468e8b2.tar.bz2 nvim-treesitter-efa5d1fa3a7218c6fd8e04c42882af4b8468e8b2.tar.lz nvim-treesitter-efa5d1fa3a7218c6fd8e04c42882af4b8468e8b2.tar.xz nvim-treesitter-efa5d1fa3a7218c6fd8e04c42882af4b8468e8b2.tar.zst nvim-treesitter-efa5d1fa3a7218c6fd8e04c42882af4b8468e8b2.zip | |
feat(robots)!: adapt to renamed parser
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index f5e0d7d4b..ab1ecc464 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1914,9 +1914,9 @@ return { maintainers = { '@Hubro' }, tier = 2, }, - robots = { + robots_txt = { install_info = { - revision = '8e3a4205b76236bb6dbebdbee5afc262ce38bb62', + revision = '0c066107e3548de79316a6a4ec771e2f7cf7c468', url = 'https://github.com/opa-oz/tree-sitter-robots-txt', }, maintainers = { '@opa-oz' }, |
