Skip to content

Commit 1020869

Browse files
authored
fix: Add missing filetype icon mapping for Typst. (#561)
1 parent 4023772 commit 1020869

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/nvim-web-devicons/filetypes.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ return {
202202
["txt"] = "txt",
203203
["typescript"] = "ts",
204204
["typescriptreact"] = "tsx",
205+
["typst"] = "typ",
205206
["unlicense"] = "unlicense",
206207
["vagrantfile"] = "vagrantfile$",
207208
["vala"] = "vala",

0 commit comments

Comments
 (0)