fix(swift): switch to maintained parser

upstream https://github.com/tree-sitter/tree-sitter-swift is abandoned.
This commit is contained in:
Christian Clason 2022-01-16 11:02:16 +01:00 committed by Stephan Seitz
parent 890d3a9431
commit cca7d1d671
3 changed files with 5 additions and 4 deletions

View file

@ -370,9 +370,10 @@ list.ocamllex = {
list.swift = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-swift",
files = { "src/parser.c" },
url = "https://github.com/alex-pinkus/tree-sitter-swift",
files = { "src/parser.c", "src/scanner.c" },
requires_generate_from_grammar = true,
generate_requires_npm = true,
},
}