From 720f75f9881cae820cecde23fc2f07affacf2826 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Sat, 4 Feb 2023 15:42:12 -0500 Subject: feat: add RON --- lua/nvim-treesitter/parsers.lua | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 024bdefce..33196bd8d 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -424,7 +424,6 @@ list.func = { install_info = { url = "https://github.com/amaanq/tree-sitter-func", files = { "src/parser.c" }, - branch = "master", }, maintainers = { "@amaanq" }, } @@ -755,7 +754,6 @@ list.julia = { list.kdl = { install_info = { url = "https://github.com/amaanq/tree-sitter-kdl", - branch = "master", files = { "src/parser.c", "src/scanner.c" }, }, maintainers = { "@amaanq" }, @@ -1128,6 +1126,14 @@ list.rnoweb = { maintainers = { "@bamonroe" }, } +list.ron = { + install_info = { + url = "https://github.com/amaanq/tree-sitter-ron", + files = { "src/parser.c", "src/scanner.c" }, + }, + maintainers = { "@amaanq" }, +} + list.rst = { install_info = { url = "https://github.com/stsewd/tree-sitter-rst", -- cgit v1.2.3-70-g09d2