1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-20 01:08:33 +03:00

Merge remote-tracking branch 'arrufat/zig-zon'

This commit is contained in:
Maxime Coste 2023-07-29 15:32:37 +10:00
commit f4fd1d75ca

View File

@ -6,7 +6,7 @@
# Detection
# ‾‾‾‾‾‾‾‾‾
hook global BufCreate .*[.]zig %{
hook global BufCreate .*[.](zig|zon) %{
set-option buffer filetype zig
}