mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
feat: add earthfile parser (#6395)
--------- Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
parent
5c4892b055
commit
6ae470fd8f
4 changed files with 149 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue