mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
feat(swift): switch to branch with generated files
This commit is contained in:
parent
476a898a66
commit
facc6fdbe1
2 changed files with 2 additions and 3 deletions
|
|
@ -282,7 +282,7 @@
|
|||
"revision": "cfa3f0ac82cd680b4efaa090a0f78035ad43a7c6"
|
||||
},
|
||||
"swift": {
|
||||
"revision": "b219297b69837a5d55f1235236c6f77b65f8b0ab"
|
||||
"revision": "9607603b9bd7a174b06567367ae3949c7a19f011"
|
||||
},
|
||||
"teal": {
|
||||
"revision": "fcc5f6f4d194dede4e676834ff28a506e39e17b4"
|
||||
|
|
|
|||
|
|
@ -416,9 +416,8 @@ list.ocamllex = {
|
|||
list.swift = {
|
||||
install_info = {
|
||||
url = "https://github.com/alex-pinkus/tree-sitter-swift",
|
||||
branch = "with-generated-files",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
requires_generate_from_grammar = true,
|
||||
generate_requires_npm = true,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue