From acea74c514f54c71c3e9e5a7b1857e61ec21c3bb Mon Sep 17 00:00:00 2001 From: Vladimir Levin <34550675+opa-oz@users.noreply.github.com> Date: Sun, 30 Jun 2024 17:12:36 +0900 Subject: feat: robots.txt support --- lua/nvim-treesitter/parsers.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index dcd03849d..652f5dbbe 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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", -- cgit v1.2.3-70-g09d2