aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua8
1 files changed, 8 insertions, 0 deletions
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",