aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2026-01-02 09:56:33 +0100
committerChristian Clason <ch.clason+github@icloud.com>2026-01-02 10:02:25 +0100
commitefa5d1fa3a7218c6fd8e04c42882af4b8468e8b2 (patch)
tree8cfbea392199434b0f794da0661acb41599df31e
parentfix(lua): re-add missing assignment operator (diff)
downloadnvim-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
-rw-r--r--SUPPORTED_LANGUAGES.md2
-rw-r--r--lua/nvim-treesitter/parsers.lua4
-rw-r--r--runtime/queries/robots_txt/highlights.scm (renamed from runtime/queries/robots/highlights.scm)0
-rw-r--r--runtime/queries/robots_txt/injections.scm (renamed from runtime/queries/robots/injections.scm)0
4 files changed, 3 insertions, 3 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md
index 318a004f8..15cd8c8b0 100644
--- a/SUPPORTED_LANGUAGES.md
+++ b/SUPPORTED_LANGUAGES.md
@@ -245,7 +245,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | @steelsojka
[rifleconf](https://github.com/purarue/tree-sitter-rifleconf) | unstable | `H  J ` | @purarue
[rnoweb](https://github.com/bamonroe/tree-sitter-rnoweb) | unstable | `HF J ` | @bamonroe
[robot](https://github.com/Hubro/tree-sitter-robot) | unstable | `HFIJ ` | @Hubro
-[robots](https://github.com/opa-oz/tree-sitter-robots-txt) | unstable | `H  J ` | @opa-oz
+[robots_txt](https://github.com/opa-oz/tree-sitter-robots-txt) | unstable | `H  J ` | @opa-oz
[roc](https://github.com/faldor20/tree-sitter-roc) | unstable | `H IJL` | @nat-418
[ron](https://github.com/tree-sitter-grammars/tree-sitter-ron) | unstable | `HFIJL` | @amaanq
[rst](https://github.com/stsewd/tree-sitter-rst) | unstable | `H  JL` | @stsewd
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' },
diff --git a/runtime/queries/robots/highlights.scm b/runtime/queries/robots_txt/highlights.scm
index a2c55c74f..a2c55c74f 100644
--- a/runtime/queries/robots/highlights.scm
+++ b/runtime/queries/robots_txt/highlights.scm
diff --git a/runtime/queries/robots/injections.scm b/runtime/queries/robots_txt/injections.scm
index 2f0e58eb6..2f0e58eb6 100644
--- a/runtime/queries/robots/injections.scm
+++ b/runtime/queries/robots_txt/injections.scm