mirror of
https://github.com/jiriks74/presence.nvim
synced 2024-11-23 20:37:50 +01:00
Add yaml and abook file assets
This commit is contained in:
parent
9162582eb6
commit
a2f6550177
@ -2,6 +2,8 @@
|
|||||||
return {
|
return {
|
||||||
COMMIT_EDITMSG = { "git", "git" },
|
COMMIT_EDITMSG = { "git", "git" },
|
||||||
[".vimrc"] = { ".vimrc", "vim" },
|
[".vimrc"] = { ".vimrc", "vim" },
|
||||||
|
addressbook = { "abook", "abook" },
|
||||||
|
abookrc = { "abook", "abook" },
|
||||||
ahk = { "Autohotkey", "autohotkey" },
|
ahk = { "Autohotkey", "autohotkey" },
|
||||||
applescript = { "Applescript", "applescript" },
|
applescript = { "Applescript", "applescript" },
|
||||||
bash = { "Shell", "shell" },
|
bash = { "Shell", "shell" },
|
||||||
@ -51,5 +53,7 @@ return {
|
|||||||
vim = { "Vim", "vim" },
|
vim = { "Vim", "vim" },
|
||||||
viml = { "Vim", "vim" },
|
viml = { "Vim", "vim" },
|
||||||
vue = { "Vue", "vue" },
|
vue = { "Vue", "vue" },
|
||||||
|
yaml = { "YAML", "yaml" },
|
||||||
|
yml = { "YAML", "yaml" },
|
||||||
zsh = { "Shell", "shell" },
|
zsh = { "Shell", "shell" },
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user