From e6d352d8d7d8a987d0bd9b2e13bfd395e1127c3e Mon Sep 17 00:00:00 2001 From: Gregory Anders Date: Thu, 19 Oct 2023 10:20:12 -0500 Subject: vim-patch:e08bfef88bd0 runtime(zig): Update Zig runtime files (vim/vim#13388) Update runtime files from upstream (https://github.com/zig/zig.vim) at commit 54c216e5306a5c3878a60596aacb94dca8652ab9. https://github.com/vim/vim/commit/e08bfef88bd05a9d27ee16c57cd10173e280f600 Co-authored-by: Gregory Anders <8965202+gpanders@users.noreply.github.com> --- runtime/lua/vim/filetype.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/lua/vim') diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua index 2058a4dcba..6dbfd7e64d 100644 --- a/runtime/lua/vim/filetype.lua +++ b/runtime/lua/vim/filetype.lua @@ -1119,7 +1119,7 @@ local extension = { yuck = 'yuck', z8a = 'z8a', zig = 'zig', - zir = 'zir', + zon = 'zig', zu = 'zimbu', zut = 'zimbutempl', zs = 'zserio', -- cgit