From dd6964575e6ced69d582b7b9ffa46c240744c56f Mon Sep 17 00:00:00 2001 From: Emmanuel Bustos Torres Date: Mon, 17 Jul 2023 10:21:10 +0200 Subject: feat: add Robot Framework parser and highlights --- lua/nvim-treesitter/parsers.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index a9e2f48c8..0819686a1 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1309,6 +1309,15 @@ list.rnoweb = { maintainers = { "@bamonroe" }, } +list.robot = { + install_info = { + url = "https://github.com/Hubro/tree-sitter-robot", + files = { "src/parser.c" }, + }, + maintainers = { "@ema2159" }, + experimental = true, +} + list.ron = { install_info = { url = "https://github.com/amaanq/tree-sitter-ron", -- cgit v1.2.3-70-g09d2