diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-12-08 10:17:00 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-12-08 10:17:00 +0100 |
| commit | 6b0da60dc63db7839f14fd78c48055bc706645d6 (patch) | |
| tree | c4d1aae20b1c1233642717bfcad1161b5e2106b2 /lua/plugins/filetype.lua | |
| parent | 52fbef0d664279692db074067b7441e79058ee3c (diff) | |
| parent | f06f6c4b08d4ade7e3639d96ae09e791614243f1 (diff) | |
| download | vis-6b0da60dc63db7839f14fd78c48055bc706645d6.tar.gz vis-6b0da60dc63db7839f14fd78c48055bc706645d6.tar.xz | |
Merge branch 'master' of https://github.com/KaneRoot/vis
Diffstat (limited to 'lua/plugins/filetype.lua')
| -rw-r--r-- | lua/plugins/filetype.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index 51312de..712744a 100644 --- a/lua/plugins/filetype.lua +++ b/lua/plugins/filetype.lua @@ -453,6 +453,9 @@ vis.ftdetect.filetypes = { ext = { "%.yaml$", "%.yml$" }, mime = { "text/x-yaml" }, }, + zig = { + ext = { "%.zig$" }, + }, } vis.events.subscribe(vis.events.WIN_OPEN, function(win) |
