Add overrides for all languages
Co-authored-by: Julia Risley <julia@zed.dev>
This commit is contained in:
parent
2967b46a17
commit
2aa7a9e95b
31 changed files with 269 additions and 13 deletions
9
crates/zed/src/languages/javascript/overrides.scm
Normal file
9
crates/zed/src/languages/javascript/overrides.scm
Normal file
|
@ -0,0 +1,9 @@
|
|||
(comment) @override.comment
|
||||
(string) @override.string
|
||||
|
||||
[
|
||||
(jsx_element)
|
||||
(jsx_fragment)
|
||||
(jsx_self_closing_element)
|
||||
(jsx_expression)
|
||||
] @override.element
|
Loading…
Add table
Add a link
Reference in a new issue