mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-04-03 19:33:01 +02:00
feat(files): Add Typst
This commit is contained in:
parent
66224924cd
commit
1e6dc3b125
1 changed files with 1 additions and 0 deletions
|
@ -254,6 +254,7 @@ return {
|
||||||
ts = { "TypeScript", "typescript" },
|
ts = { "TypeScript", "typescript" },
|
||||||
tsx = { "React", "react" },
|
tsx = { "React", "react" },
|
||||||
txt = { "Text file", "text" },
|
txt = { "Text file", "text" },
|
||||||
|
typ = { "Typst", "typst" },
|
||||||
uc = { "UnrealScript", "unreal" },
|
uc = { "UnrealScript", "unreal" },
|
||||||
v = { "Vlang", "vlang" },
|
v = { "Vlang", "vlang" },
|
||||||
vsh = { "Vlang shell script", "vlang" },
|
vsh = { "Vlang shell script", "vlang" },
|
||||||
|
|
Loading…
Reference in a new issue