This commit is contained in:
Viktor Szépe 2025-02-03 01:58:29 +01:00 committed by GitHub
parent 0ab403d428
commit e22bbf5489
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 29 additions and 29 deletions

View file

@ -69,7 +69,7 @@
(tuple_pattern
(_) @entry.around)
; Commonly used vec macro intializer is special cased
; Commonly used vec macro initializer is special cased
(macro_invocation
(identifier) @_id (token_tree (_) @entry.around)
(#eq? @_id "vec"))