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…
Add table
Add a link
Reference in a new issue