1
0
mirror of https://github.com/jiriks74/presence.nvim synced 2024-11-23 12:27:50 +01:00

Added support for .zig files (#22)

Co-authored-by: MineBill <minebill@protonmail.com>
This commit is contained in:
MineBill 2021-06-14 22:21:23 +03:00 committed by GitHub
parent c4cd0a5c2a
commit 65a16b25f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -143,4 +143,5 @@ return {
yaml = { "YAML", "yaml" },
yml = { "YAML", "yaml" },
zsh = { "Shell", "shell" },
zig = { "Zig", "zig" },
}