feat: editorconfig parser and queries

This commit is contained in:
Omar Valdez 2024-07-04 10:23:44 -07:00 committed by GitHub
parent acc1708b96
commit 5d1646893a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 70 additions and 0 deletions

View file

@ -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",