From 2a95ff14764af20d32ec1edb27e11c38a84b9478 Mon Sep 17 00:00:00 2001 From: Liam Woodleigh-Hardinge Date: Mon, 15 Apr 2024 13:01:56 +0200 Subject: feat(wit): Add wit parser (#6428) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit feat: Add injections.scm fix: reverse order of matching Co-authored-by: 再生花 fix: lua match for functions doc: Resolve conflict fix: Amend incorrect alphabetical order --- 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 9f1cb76c3..8e69192cd 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -2303,6 +2303,14 @@ list.wing = { maintainers = { "@gshpychka", "@MarkMcCulloh" }, } +list.wit = { + install_info = { + url = "https://github.com/liamwh/tree-sitter-wit", + files = { "src/parser.c" }, + }, + maintainers = { "@liamwh" }, +} + list.xcompose = { install_info = { url = "https://github.com/ObserverOfTime/tree-sitter-xcompose", -- cgit v1.2.3-70-g09d2