kakoune/rc/filetype/gren.kak
murray b20747d44e Gren highlighting
Gren is an elm fork and it's syntax is currently still
similar enough to use the same highlighter.
2023-10-29 20:51:42 +00:00

8 lines
166 B
Plaintext

# http://gren-lang.org/
# ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
hook global BufCreate .*[.](gren) %{
set-option buffer filetype elm
}