Drop 'override.' prefix from capture names in override query
Co-authored-by: Julia Risley <julia@zed.dev>
This commit is contained in:
co-authored by
Julia Risley
parent
2aa7a9e95b
commit
8dcef46842
@@ -1421,8 +1421,8 @@ fn test_language_config_at(cx: &mut MutableAppContext) {
|
||||
)
|
||||
.with_override_query(
|
||||
r#"
|
||||
(jsx_element) @override.element
|
||||
(string) @override.string
|
||||
(jsx_element) @element
|
||||
(string) @string
|
||||
"#,
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user