Drop 'override.' prefix from capture names in override query
Co-authored-by: Julia Risley <julia@zed.dev>
This commit is contained in:
parent
2aa7a9e95b
commit
8dcef46842
17 changed files with 35 additions and 36 deletions
|
@ -1,9 +1,9 @@
|
|||
(comment) @override.comment
|
||||
(string) @override.string
|
||||
(comment) @comment
|
||||
(string) @string
|
||||
|
||||
[
|
||||
(jsx_element)
|
||||
(jsx_fragment)
|
||||
(jsx_self_closing_element)
|
||||
(jsx_expression)
|
||||
] @override.element
|
||||
] @element
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue