mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 22:10:01 -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
|
|
@ -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