mirror of
https://github.com/jiriks74/presence.nvim
synced 2024-12-28 11:02:34 +01:00
Fix LaTeX file asset
This commit is contained in:
parent
704ea67102
commit
23231dc8c7
1 changed files with 1 additions and 1 deletions
|
@ -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" },
|
||||
|
|
Loading…
Reference in a new issue