Skip to content

Commit

Permalink
feat: Add support for typst files - closes #42
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewferrier committed Feb 10, 2024
1 parent 696febb commit 6d7df51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/wrapping/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ local OPTION_DEFAULTS = {
"rst",
"tex",
"text",
"typst", -- Supported from NeoVim 0.10+
},
auto_set_mode_filetype_denylist = {},
excluded_treesitter_queries = {
Expand Down

0 comments on commit 6d7df51

Please sign in to comment.