From e8ccc339a318ffa88bd40a134410b06fdf584a54 Mon Sep 17 00:00:00 2001 From: simonvic Date: Sat, 8 Feb 2025 10:38:13 +0100 Subject: feat(enforce): add parser and queries (#7626) --- 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 986f2a972..2af97904b 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -549,6 +549,14 @@ list.embedded_template = { filetype = "eruby", } +list.enforce = { + install_info = { + url = "https://github.com/simonvic/tree-sitter-enforce", + files = { "src/parser.c" }, + }, + maintainers = { "@simonvic" }, +} + list.erlang = { install_info = { url = "https://github.com/WhatsApp/tree-sitter-erlang", -- cgit v1.2.3-70-g09d2