feat(swift): update parser and queries

Co-authored-by: Alex Pinkus <pinkus@amazon.com>
This commit is contained in:
Alex Pinkus 2023-09-10 10:38:36 -07:00 committed by GitHub
parent d5f57cd479
commit 96a5024198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -546,7 +546,7 @@
"revision": "697bb515471871e85ff799ea57a76298a71a9cca"
},
"swift": {
"revision": "29541ac9bbe2090de75d0b1e70360b85bbda1fef"
"revision": "10eb01d29827f24b1271672e89790661d94da9e1"
},
"sxhkdrc": {
"revision": "440d5f913d9465c9c776a1bd92334d32febcf065"

View file

@ -63,7 +63,7 @@
(navigation_expression
(navigation_suffix (simple_identifier) @property))
(value_argument
name: (simple_identifier) @property)
name: (value_argument_label) @property)
(import_declaration ["import" @include])
@ -186,3 +186,4 @@
"..."
(bang)
] @operator