Pin Erlang parser

This commit is contained in:
Stephan Seitz 2020-12-10 17:23:21 +01:00 committed by Thomas Vigouroux
parent 41ddc39f86
commit a5a268df27
2 changed files with 4 additions and 1 deletions

View file

@ -23,6 +23,9 @@
"elm": { "elm": {
"revision": "cbec3e4afbf4376bd3a1c0aa9c21009de6013752" "revision": "cbec3e4afbf4376bd3a1c0aa9c21009de6013752"
}, },
"erlang": {
"revision": "53725641da5624a5066c4d01cdb27d7b05cb2810"
},
"fennel": { "fennel": {
"revision": "5aad9d1f490b7fc8a847a5b260f23396c56024f5" "revision": "5aad9d1f490b7fc8a847a5b260f23396c56024f5"
}, },

View file

@ -180,7 +180,7 @@ list.erlang = {
install_info = { install_info = {
url = "https://github.com/AbstractMachinesLab/tree-sitter-erlang", url = "https://github.com/AbstractMachinesLab/tree-sitter-erlang",
files = { "src/parser.c" }, files = { "src/parser.c" },
branch = "main" branch = "main",
}, },
maintainers = { '@ostera' }, maintainers = { '@ostera' },
} }