Skip to content

Commit

Permalink
feat(files): Add Typst (#65)
Browse files Browse the repository at this point in the history
* feat(files): Add Typst
  • Loading branch information
jiriks74 authored Oct 7, 2024
1 parent 5cf237e commit df0a0b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions assets/.gitignore

This file was deleted.

1 change: 1 addition & 0 deletions lua/presence/file_assets.lua
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ return {
ts = { "TypeScript", "typescript" },
tsx = { "React", "react" },
txt = { "Text file", "text" },
typ = { "Typst", "typst" },
uc = { "UnrealScript", "unreal" },
v = { "Vlang", "vlang" },
vsh = { "Vlang shell script", "vlang" },
Expand Down

0 comments on commit df0a0b5

Please sign in to comment.