mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -04:00
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:
parent
002084b1be
commit
556388b069
2 changed files with 3 additions and 2 deletions
|
|
@ -303,7 +303,7 @@
|
||||||
"revision": "cfa3f0ac82cd680b4efaa090a0f78035ad43a7c6"
|
"revision": "cfa3f0ac82cd680b4efaa090a0f78035ad43a7c6"
|
||||||
},
|
},
|
||||||
"swift": {
|
"swift": {
|
||||||
"revision": "706bb2147bd7409bab2989466aff566fa0baf3c8"
|
"revision": "ffc574a3f108e3127fac7647563ea72b707af59a"
|
||||||
},
|
},
|
||||||
"teal": {
|
"teal": {
|
||||||
"revision": "fcc5f6f4d194dede4e676834ff28a506e39e17b4"
|
"revision": "fcc5f6f4d194dede4e676834ff28a506e39e17b4"
|
||||||
|
|
|
||||||
|
|
@ -433,8 +433,9 @@ list.org = {
|
||||||
list.swift = {
|
list.swift = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/alex-pinkus/tree-sitter-swift",
|
url = "https://github.com/alex-pinkus/tree-sitter-swift",
|
||||||
branch = "with-generated-files",
|
branch = "main",
|
||||||
files = { "src/parser.c", "src/scanner.c" },
|
files = { "src/parser.c", "src/scanner.c" },
|
||||||
|
requires_generate_from_grammar = true,
|
||||||
},
|
},
|
||||||
maintainers = { "@alex-pinkus" },
|
maintainers = { "@alex-pinkus" },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue