From 9174b095b6fe3ab31634e71e152a61c14949b669 Mon Sep 17 00:00:00 2001 From: Isopod Date: Fri, 24 Dec 2021 19:53:32 +0100 Subject: Add support for Pascal (#2153) * Add support for Pascal * Pascal: Replace some of the capture groups, use lua-match where possible --- 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 f5274b2e..c7139a51 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -594,6 +594,14 @@ list.verilog = { experimental = true, } +list.pascal = { + install_info = { + url = "https://github.com/Isopod/tree-sitter-pascal.git", + files = { "src/parser.c" }, + }, + maintainers = { "@isopod" }, +} + -- Parsers for injections list.regex = { install_info = { -- cgit v1.2.3