aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/eex/highlights.scm
blob: e900a43dcd6e63fb1bfa07abc63259bc3f373cbe (plain) (blame)
1
2
3
4
5
6
; 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