From 5d1646893a01397f2b4abea6ad546c4aa6c6efed Mon Sep 17 00:00:00 2001 From: Omar Valdez <80359343+ValdezFOmar@users.noreply.github.com> Date: Thu, 4 Jul 2024 10:23:44 -0700 Subject: feat: editorconfig parser and queries --- 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 5078a3e7d..14555c57a 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -469,6 +469,14 @@ list.ebnf = { experimental = true, } +list.editorconfig = { + install_info = { + url = "https://github.com/ValdezFOmar/tree-sitter-editorconfig", + files = { "src/parser.c", "src/scanner.c" }, + }, + maintainers = { "@ValdezFOmar" }, +} + list.eds = { install_info = { url = "https://github.com/uyha/tree-sitter-eds", -- cgit v1.2.3-70-g09d2