mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Add Erlang parser to list
This commit is contained in:
parent
76486942e7
commit
14c687a6bb
1 changed files with 8 additions and 0 deletions
|
|
@ -176,6 +176,14 @@ list.css = {
|
|||
maintainers = {"@TravonteD"},
|
||||
}
|
||||
|
||||
list.erlang = {
|
||||
install_info = {
|
||||
url = "https://github.com/AbstractMachinesLab/tree-sitter-erlang",
|
||||
files = { "src/parser.c" }
|
||||
},
|
||||
maintainers = { '@ostera' },
|
||||
}
|
||||
|
||||
list.ocaml = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-ocaml",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue