aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 07332d7c0..a9ed4cd12 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -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,
},
}