diff options
| author | Tomas Sandven <597206+Hubro@users.noreply.github.com> | 2023-11-19 13:20:17 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2023-11-27 09:36:47 +0100 |
| commit | 482a2f15d37817e1201466d00c6539574ba34554 (patch) | |
| tree | 0a9f087c53ca20c68b6357d9c840be102356939c /lua | |
| parent | Update README (diff) | |
| download | nvim-treesitter-482a2f15d37817e1201466d00c6539574ba34554.tar nvim-treesitter-482a2f15d37817e1201466d00c6539574ba34554.tar.gz nvim-treesitter-482a2f15d37817e1201466d00c6539574ba34554.tar.bz2 nvim-treesitter-482a2f15d37817e1201466d00c6539574ba34554.tar.lz nvim-treesitter-482a2f15d37817e1201466d00c6539574ba34554.tar.xz nvim-treesitter-482a2f15d37817e1201466d00c6539574ba34554.tar.zst nvim-treesitter-482a2f15d37817e1201466d00c6539574ba34554.zip | |
Fix robot parser metadata in parsers.lua
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 3 |
1 files changed, 1 insertions, 2 deletions
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 = { |
