From 6ae470fd8fdab6ea391ae1999bcaee0529408a50 Mon Sep 17 00:00:00 2001 From: Gaƫtan Lehmann Date: Thu, 11 Apr 2024 23:06:52 +0200 Subject: feat: add earthfile parser (#6395) --------- Co-authored-by: ObserverOfTime --- 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 255efe570..39c3b1875 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -443,6 +443,14 @@ list.dtd = { maintainers = { "@ObserverOfTime" }, } +list.earthfile = { + install_info = { + url = "https://github.com/glehmann/tree-sitter-earthfile", + files = { "src/parser.c", "src/scanner.c" }, + }, + maintainers = { "@glehmann" }, +} + list.ebnf = { install_info = { url = "https://github.com/RubixDev/ebnf", -- cgit v1.2.3-70-g09d2