From e00952111e94f95800a32eeedb057e7ad365960c Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Tue, 31 Jan 2023 09:14:58 -0500 Subject: feat: add smithy (#4245) --- 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 a59f155a1..72132f5d6 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -639,6 +639,14 @@ list.smali = { experimental = true, } +list.smithy = { + install_info = { + url = "https://github.com/indoorvivants/tree-sitter-smithy", + files = { "src/parser.c" }, + }, + maintainers = { "@amaanq", "@keynmol" }, +} + list.haskell = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-haskell", -- cgit v1.2.3-70-g09d2