mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 20:40:02 -04:00
feat: robots.txt support
This commit is contained in:
parent
533da572ae
commit
acea74c514
4 changed files with 20 additions and 0 deletions
|
|
@ -1780,6 +1780,14 @@ list.robot = {
|
|||
maintainers = { "@Hubro" },
|
||||
}
|
||||
|
||||
list.robots = {
|
||||
install_info = {
|
||||
url = "https://github.com/opa-oz/tree-sitter-robots-txt",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@opa-oz" },
|
||||
}
|
||||
|
||||
list.roc = {
|
||||
install_info = {
|
||||
url = "https://github.com/faldor20/tree-sitter-roc",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue