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:
parent
2fa55be40a
commit
b20747d44e
7
rc/filetype/gren.kak
Normal file
7
rc/filetype/gren.kak
Normal file
@ -0,0 +1,7 @@
|
||||
# http://gren-lang.org/
|
||||
# ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
|
||||
|
||||
hook global BufCreate .*[.](gren) %{
|
||||
set-option buffer filetype elm
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user