From 04dda34cb75018399d8a0a688ea10eb4de889eeb Mon Sep 17 00:00:00 2001 From: urbit-pilled <129720764+urbit-pilled@users.noreply.github.com> Date: Fri, 30 Jun 2023 11:26:44 +1200 Subject: feat: add Hoon language support --------- Co-authored-by: urbit-pilled Co-authored-by: Amaan Qureshi --- 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 da5be1a5d..7b0cc438d 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -694,6 +694,15 @@ list.hocon = { maintainers = { "@antosha417" }, } +list.hoon = { + install_info = { + url = "https://github.com/urbit-pilled/tree-sitter-hoon", + files = { "src/parser.c" }, + }, + maintainers = { "@urbit-pilled" }, + experimental = true, +} + list.html = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-html", -- cgit v1.2.3-70-g09d2