1
0
mirror of https://github.com/jiriks74/presence.nvim synced 2024-11-24 04:47:50 +01:00
presence.nvim/lua/presence/files.lua
2021-01-03 01:22:15 -08:00

51 lines
1.6 KiB
Lua

-- Discord application asset file names (name, key[, description]) by file extension
return {
applescript = { "Applescript", "applescript" },
ahk = { "Autohotkey", "autohotkey" },
cs = { "C#", "c_sharp" },
cpp = { "C++", "c_plus_plus" },
c = { "C ", "c" },
css = { "CSS", "css" },
clj = { "Clojure", "clojure" },
cljs = { "ClojureScript", "clojurescript" },
coffee = { "CoffeeScript", "coffeescript" },
cr = { "Crystal", "crystal" },
dart = { "Dart", "dart" },
ex = { "Elixir", "elixir" },
elm = { "Elm", "elm" },
erl = { "Erlang", "erlang" },
fs = { "F#", "f_sharp" },
go = { "Go", "go" },
html = { "HTML", "html" },
hack = { "Hack", "hack" },
hs = { "Haskell", "haskell" },
hx = { "Haxe", "haxe" },
java = { "Java", "java" },
js = { "JavaScript", "javascript" },
jl = { "Julia", "julia" },
kt = { "Kotlin", "kotlin" },
lua = { "Lua", "lua" },
nim = { "Nim", "nim" },
nix = { "Nix", "nix" },
php = { "PHP", "php" },
pl = { "Perl", "perl" },
ps1 = { "PowerShell", "powershell" },
purs = { "PureScript", "purescript" },
py = { "Python", "python" },
r = { "R", "r" },
jsx = { "React", "react" },
tsx = { "React", "react" },
re = { "Reason", "reason" },
rb = { "Ruby", "ruby" },
rs = { "Rust", "rust" },
scala = { "Scala", "scala" },
sh = { "Shell", "shell" },
bash = { "Shell", "shell" },
swift = { "Swift", "swift" },
tex = { "TeX", "tex" },
ts = { "TypeScript", "typescript" },
vim = { "Vim", "vim" },
viml = { "Vim", "vim" },
vue = { "Vue", "vue" },
}