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

Fix LaTeX file asset

This commit is contained in:
Andrew Kwon 2021-05-12 22:25:10 -07:00
parent 704ea67102
commit 23231dc8c7

@ -120,7 +120,7 @@ return {
svelte = { "Svelte", "svelte" },
svg = { "SVG", "markup" },
swift = { "Swift", "swift" },
tex = { "TeX", "tex" },
tex = { "LaTeX", "latex" },
text = { "Text file", "text" },
toml = { "TOML", "toml" },
ts = { "TypeScript", "typescript" },