Merge remote-tracking branch 'ii8/master'

This commit is contained in:
Maxime Coste 2023-11-02 18:21:15 +11:00
commit 81d94ac06c

7
rc/filetype/gren.kak Normal file
View File

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