From c61fd0f7ae2c0d6eec0101c6b2fcd4709f94b6dc Mon Sep 17 00:00:00 2001 From: Andrew Kwon Date: Sat, 20 Mar 2021 12:37:15 -0700 Subject: [PATCH] Add Svelte file asset --- lua/presence/file_assets.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/presence/file_assets.lua b/lua/presence/file_assets.lua index d9dd957..1a9cad9 100644 --- a/lua/presence/file_assets.lua +++ b/lua/presence/file_assets.lua @@ -2,8 +2,8 @@ return { COMMIT_EDITMSG = { "git", "git" }, [".vimrc"] = { ".vimrc", "vim" }, - addressbook = { "abook", "abook" }, abookrc = { "abook", "abook" }, + addressbook = { "abook", "abook" }, ahk = { "Autohotkey", "autohotkey" }, applescript = { "Applescript", "applescript" }, bash = { "Shell", "shell" }, @@ -46,6 +46,7 @@ return { rs = { "Rust", "rust" }, scala = { "Scala", "scala" }, sh = { "Shell", "shell" }, + svelte = { "Svelte", "svelte" }, swift = { "Swift", "swift" }, tex = { "TeX", "tex" }, ts = { "TypeScript", "typescript" },