diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2026-06-01 09:39:02 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-07-18 22:23:55 +0200 |
| commit | b00c4ca723084e6f4eaac0cb10d55306cd8c979a (patch) | |
| tree | df8439bbb924308ab8f13610f5106b1a1068607f /lua | |
| parent | feat(c3)!: update parser and queries (diff) | |
| download | nvim-treesitter-b00c4ca723084e6f4eaac0cb10d55306cd8c979a.tar nvim-treesitter-b00c4ca723084e6f4eaac0cb10d55306cd8c979a.tar.gz nvim-treesitter-b00c4ca723084e6f4eaac0cb10d55306cd8c979a.tar.bz2 nvim-treesitter-b00c4ca723084e6f4eaac0cb10d55306cd8c979a.tar.lz nvim-treesitter-b00c4ca723084e6f4eaac0cb10d55306cd8c979a.tar.xz nvim-treesitter-b00c4ca723084e6f4eaac0cb10d55306cd8c979a.tar.zst nvim-treesitter-b00c4ca723084e6f4eaac0cb10d55306cd8c979a.zip | |
feat(swift)!: update parser and queries
Breaking change: replace anonymous node `"nil"` with named node
`(nil_literal)`.
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 113ac6800..a4069e6f8 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -2234,7 +2234,7 @@ return { swift = { install_info = { generate = true, - revision = '8abb3e8b33256d89127a35e87480736f74755ff9', + revision = 'd42e9bb24646c4dbf1f5ec476a35b96d817da448', url = 'https://github.com/alex-pinkus/tree-sitter-swift', }, maintainers = { '@alex-pinkus' }, |
