Elixir: add support for Eex comments and quotation
This commit is contained in:
parent
da45172256
commit
c5bd4a37ee
|
@ -46,6 +46,8 @@ require-module elixir
|
||||||
|
|
||||||
add-highlighter shared/eex regions
|
add-highlighter shared/eex regions
|
||||||
add-highlighter shared/eex/html default-region ref html
|
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
|
add-highlighter shared/eex/code region '<%=?' '%>' ref elixir
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user