From 9d637b7ae8fa17cea8600e91d1145e2095c2a15d Mon Sep 17 00:00:00 2001 From: Tavish Pegram Date: Sun, 3 Sep 2023 14:05:18 -0500 Subject: Feat: Add unison (#5340) * Add unison * Trivial change to force prepush hook * Undo change * PR Feedback - remove appended text in query after variable, update lockfile, remove main branch specification in parser * Replacing captures with only ones in the contributing.md * Fix typo * Generate from grammar * First group of suggested changes * Update gt operator * Remove outer parens * Remove maybe.c * Add comment injection --- 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 246d41eab..460ccea18 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1751,6 +1751,15 @@ list.ungrammar = { maintainers = { "@Philipp-M", "@amaanq" }, } +list.unison = { + install_info = { + url = "https://github.com/kylegoetz/tree-sitter-unison", + files = { "src/parser.c", "src/scanner.c" }, + requires_generate_from_grammar = true, + }, + maintainers = { "@tapegram" }, +} + list.usd = { install_info = { url = "https://github.com/ColinKennedy/tree-sitter-usd", -- cgit v1.2.3-70-g09d2