Skip to content

Commit

Permalink
filetype.lua: add typst detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Disonantemus authored and rnpnr committed Mar 14, 2024
1 parent 4d97ccc commit 8fccd1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/plugins/filetype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,9 @@ vis.ftdetect.filetypes = {
typescript = {
ext = { "%.ts$" },
},
typst = {
ext = { "%.typ$", "%.typst$" },
},
vala = {
ext = { "%.vala$" }
},
Expand Down

0 comments on commit 8fccd1b

Please sign in to comment.