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

Add Svelte file asset

This commit is contained in:
Andrew Kwon 2021-03-20 12:37:15 -07:00
parent 19764718e5
commit c61fd0f7ae

@ -2,8 +2,8 @@
return { return {
COMMIT_EDITMSG = { "git", "git" }, COMMIT_EDITMSG = { "git", "git" },
[".vimrc"] = { ".vimrc", "vim" }, [".vimrc"] = { ".vimrc", "vim" },
addressbook = { "abook", "abook" },
abookrc = { "abook", "abook" }, abookrc = { "abook", "abook" },
addressbook = { "abook", "abook" },
ahk = { "Autohotkey", "autohotkey" }, ahk = { "Autohotkey", "autohotkey" },
applescript = { "Applescript", "applescript" }, applescript = { "Applescript", "applescript" },
bash = { "Shell", "shell" }, bash = { "Shell", "shell" },
@ -46,6 +46,7 @@ return {
rs = { "Rust", "rust" }, rs = { "Rust", "rust" },
scala = { "Scala", "scala" }, scala = { "Scala", "scala" },
sh = { "Shell", "shell" }, sh = { "Shell", "shell" },
svelte = { "Svelte", "svelte" },
swift = { "Swift", "swift" }, swift = { "Swift", "swift" },
tex = { "TeX", "tex" }, tex = { "TeX", "tex" },
ts = { "TypeScript", "typescript" }, ts = { "TypeScript", "typescript" },