mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
feat: editorconfig parser and queries
This commit is contained in:
parent
acc1708b96
commit
5d1646893a
5 changed files with 70 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue