feat(swift): compile the grammar from the main branch (#3068)

The `with-generated-files` branch uses ABI 13 and therefore doesn't
benefit from the ABI 14 speed improvements.
This commit is contained in:
Alex Pinkus 2022-06-26 11:18:22 -07:00 committed by GitHub
parent 002084b1be
commit 556388b069
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -433,8 +433,9 @@ list.org = {
list.swift = {
install_info = {
url = "https://github.com/alex-pinkus/tree-sitter-swift",
branch = "with-generated-files",
branch = "main",
files = { "src/parser.c", "src/scanner.c" },
requires_generate_from_grammar = true,
},
maintainers = { "@alex-pinkus" },
}