From 482a2f15d37817e1201466d00c6539574ba34554 Mon Sep 17 00:00:00 2001 From: Tomas Sandven <597206+Hubro@users.noreply.github.com> Date: Sun, 19 Nov 2023 13:20:17 +0100 Subject: Fix robot parser metadata in parsers.lua --- lua/nvim-treesitter/parsers.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index b606392b5..ff1fe7660 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1573,8 +1573,7 @@ list.robot = { url = "https://github.com/Hubro/tree-sitter-robot", files = { "src/parser.c" }, }, - maintainers = { "@ema2159" }, - experimental = true, + maintainers = { "@Hubro" }, } list.ron = { -- cgit v1.2.3-70-g09d2