feat: robots.txt support

This commit is contained in:
Vladimir Levin 2024-06-30 17:12:36 +09:00 committed by GitHub
parent 533da572ae
commit acea74c514
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 20 additions and 0 deletions

View file

@ -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",