From 905fedfa28d294ebe4f696282b9b3710cf543086 Mon Sep 17 00:00:00 2001 From: nat-418 <93013864+nat-418@users.noreply.github.com> Date: Sun, 31 Mar 2024 19:43:49 +0200 Subject: feat(roc): add new parser tree-sitter-roc --- 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 70379f1dd..e136ead56 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1730,6 +1730,14 @@ list.robot = { maintainers = { "@Hubro" }, } +list.roc = { + install_info = { + url = "https://github.com/nat-418/tree-sitter-roc", + files = { "src/parser.c", "src/scanner.c" }, + }, + maintainers = { "@nat-418" }, +} + list.ron = { install_info = { url = "https://github.com/amaanq/tree-sitter-ron", -- cgit v1.2.3-70-g09d2