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

feat(files): Add Typst (#65)
All checks were successful
Luacheck / Luacheck (push) Successful in 12s
StyLua / StyLua (push) Successful in 15s

* feat(files): Add Typst
This commit is contained in:
Jiří Štefka 2024-10-07 16:49:52 +02:00 committed by GitHub
parent 5cf237e7f9
commit df0a0b52cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

2
assets/.gitignore vendored

@ -1,2 +0,0 @@
# Nix
.direnv/

@ -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" },