Elixir: add support for Eex comments and quotation

This commit is contained in:
Noé Rubinstein 2020-05-03 13:54:51 +02:00 committed by Noé Rubinstein
parent da45172256
commit c5bd4a37ee

View File

@ -46,6 +46,8 @@ require-module elixir
add-highlighter shared/eex regions
add-highlighter shared/eex/html default-region ref html
add-highlighter shared/eex/comment region '<%#' '%>' fill comment
add-highlighter shared/eex/quote region '<%%' '%>' ref html
add-highlighter shared/eex/code region '<%=?' '%>' ref elixir
}