mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -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
|
|
@ -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