1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-22 13:28:32 +03:00

Gren highlighting

Gren is an elm fork and it's syntax is currently still
similar enough to use the same highlighter.
This commit is contained in:
murray 2023-10-29 20:51:42 +00:00
parent 2fa55be40a
commit b20747d44e

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
}