mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-25 21:16:38 +03:00
Set filetype to Zig for zon files.
This commit is contained in:
parent
e3122ab2c1
commit
eabc7cd2a8
@ -6,7 +6,7 @@
|
||||
# Detection
|
||||
# ‾‾‾‾‾‾‾‾‾
|
||||
|
||||
hook global BufCreate .*[.]zig %{
|
||||
hook global BufCreate .*[.](zig|zon) %{
|
||||
set-option buffer filetype zig
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user