From bf982eb7dc9d54af748ea1dd8b9db3a7724b9a99 Mon Sep 17 00:00:00 2001 From: Bryan Kenote <9691017+bryankenote@users.noreply.github.com> Date: Tue, 28 Nov 2023 17:24:43 +0000 Subject: feat: add facility --- 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 ff1fe7660..3945f1167 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -496,6 +496,15 @@ list.erlang = { maintainers = { "@filmor" }, } +list.facility = { + install_info = { + url = "https://github.com/FacilityApi/tree-sitter-facility", + files = { "src/parser.c" }, + }, + filetype = "fsd", + maintainers = { "@bryankenote" }, +} + list.fennel = { install_info = { url = "https://github.com/travonted/tree-sitter-fennel", -- cgit v1.2.3-70-g09d2