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

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