mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-08 18:41:48 +00:00
Add highlight query for ERB
This commit is contained in:
parent
7dcd6c920f
commit
2f5004c238
1 changed files with 12 additions and 0 deletions
12
crates/zed/src/languages/erb/highlights.scm
Normal file
12
crates/zed/src/languages/erb/highlights.scm
Normal file
|
@ -0,0 +1,12 @@
|
|||
(comment_directive) @comment
|
||||
|
||||
[
|
||||
"<%#"
|
||||
"<%"
|
||||
"<%="
|
||||
"<%_"
|
||||
"<%-"
|
||||
"%>"
|
||||
"-%>"
|
||||
"_%>"
|
||||
] @keyword
|
Loading…
Reference in a new issue