From 7c935d6bd5ecb36e7c6cf6678e1eaa38b85111f3 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Mon, 21 Aug 2023 04:29:38 -0400 Subject: feat: add Forth --- 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 a4150c8eb..bd956ea9d 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -487,6 +487,14 @@ list.foam = { experimental = true, } +list.forth = { + install_info = { + url = "https://github.com/AlexanderBrevig/tree-sitter-forth", + files = { "src/parser.c" }, + }, + maintainers = { "@amaanq" }, +} + list.fortran = { install_info = { url = "https://github.com/stadelmanma/tree-sitter-fortran", -- cgit v1.2.3-70-g09d2