Skip to content

Commit

Permalink
fix: Add missing filetype icon mapping for Typst. (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
joserlopes authored Feb 11, 2025
1 parent 4023772 commit 1020869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/nvim-web-devicons/filetypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ return {
["txt"] = "txt",
["typescript"] = "ts",
["typescriptreact"] = "tsx",
["typst"] = "typ",
["unlicense"] = "unlicense",
["vagrantfile"] = "vagrantfile$",
["vala"] = "vala",
Expand Down

0 comments on commit 1020869

Please sign in to comment.