mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-24 07:53:41 +03:00
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/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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user