summaryrefslogtreecommitdiff
path: root/autoload/filetype/gren.kak
blob: d61e59d92258f43fdc5371bc60cefc3a0322b7b0 (plain)
1
2
3
4
5
6
7
# http://gren-lang.org/
# ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾

hook global BufCreate .*[.](gren) %{
    set-option buffer filetype elm
}