mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(swift): update parser and queries
Co-authored-by: Alex Pinkus <pinkus@amazon.com>
This commit is contained in:
parent
d5f57cd479
commit
96a5024198
2 changed files with 3 additions and 2 deletions
|
|
@ -546,7 +546,7 @@
|
|||
"revision": "697bb515471871e85ff799ea57a76298a71a9cca"
|
||||
},
|
||||
"swift": {
|
||||
"revision": "29541ac9bbe2090de75d0b1e70360b85bbda1fef"
|
||||
"revision": "10eb01d29827f24b1271672e89790661d94da9e1"
|
||||
},
|
||||
"sxhkdrc": {
|
||||
"revision": "440d5f913d9465c9c776a1bd92334d32febcf065"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue