forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
280 B
Scheme
7 lines
280 B
Scheme
3 years ago
|
; https://github.com/connorlay/tree-sitter-eex/blob/f742f2fe327463335e8671a87c0b9b396905d1d1/queries/highlights.scm
|
||
|
|
||
|
; wrapping in (directive .. ) prevents us from highlighting '%>' in a comment as a keyword
|
||
|
(directive ["<%" "<%=" "<%%" "<%%=" "%>"] @keyword)
|
||
|
|
||
|
(comment) @comment
|