Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion languages/heex/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
"}"
] @punctuation.bracket

; HEEx partial expressions can use the following tag delimiters:
; HEEx directive expressions can use the following tag delimiters:
; `<%` and `%>`
; `<%=` and `%>`
; `<%%` and `%>`
; `<%%=` and `%>`
(directive) @keyword

Expand All @@ -30,6 +31,9 @@
; HEEx operators are highlighted the same as HTML operators
"=" @punctuation.delimiter.html

; HEEx entities are highligted the same as HTML entities
(entity) @string.special

; HEEx inherits the DOCTYPE tag from HTML
(doctype) @tag.doctype

Expand Down
Loading