b20747d44e
Gren is an elm fork and it's syntax is currently still similar enough to use the same highlighter.
8 lines
166 B
Plaintext
8 lines
166 B
Plaintext
# http://gren-lang.org/
|
|
# ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
|
|
|
|
hook global BufCreate .*[.](gren) %{
|
|
set-option buffer filetype elm
|
|
}
|
|
|