feat(swift)!: update parser and queries

Breaking change: replace anonymous node `"nil"` with named node
`(nil_literal)`.
This commit is contained in:
Christian Clason 2026-06-01 09:39:02 +02:00 committed by Christian Clason
parent afa0cb8669
commit b00c4ca723
2 changed files with 2 additions and 2 deletions

View file

@ -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' },

View file

@ -281,7 +281,7 @@
(boolean_literal) @boolean
"nil" @constant.builtin
(nil_literal) @constant.builtin
(wildcard_pattern) @character.special