mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(robots)!: adapt to renamed parser
This commit is contained in:
parent
c6dd314086
commit
efa5d1fa3a
4 changed files with 3 additions and 3 deletions
2
SUPPORTED_LANGUAGES.md
generated
2
SUPPORTED_LANGUAGES.md
generated
|
|
@ -245,7 +245,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | @steelsojka
|
||||||
[rifleconf](https://github.com/purarue/tree-sitter-rifleconf) | unstable | `H J ` | @purarue
|
[rifleconf](https://github.com/purarue/tree-sitter-rifleconf) | unstable | `H J ` | @purarue
|
||||||
[rnoweb](https://github.com/bamonroe/tree-sitter-rnoweb) | unstable | `HF J ` | @bamonroe
|
[rnoweb](https://github.com/bamonroe/tree-sitter-rnoweb) | unstable | `HF J ` | @bamonroe
|
||||||
[robot](https://github.com/Hubro/tree-sitter-robot) | unstable | `HFIJ ` | @Hubro
|
[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
|
[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
|
[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
|
[rst](https://github.com/stsewd/tree-sitter-rst) | unstable | `H JL` | @stsewd
|
||||||
|
|
|
||||||
|
|
@ -1914,9 +1914,9 @@ return {
|
||||||
maintainers = { '@Hubro' },
|
maintainers = { '@Hubro' },
|
||||||
tier = 2,
|
tier = 2,
|
||||||
},
|
},
|
||||||
robots = {
|
robots_txt = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = '8e3a4205b76236bb6dbebdbee5afc262ce38bb62',
|
revision = '0c066107e3548de79316a6a4ec771e2f7cf7c468',
|
||||||
url = 'https://github.com/opa-oz/tree-sitter-robots-txt',
|
url = 'https://github.com/opa-oz/tree-sitter-robots-txt',
|
||||||
},
|
},
|
||||||
maintainers = { '@opa-oz' },
|
maintainers = { '@opa-oz' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue