Skip to content

Commit

Permalink
feat(deno): add support for .mjs files (nvim-lua#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
mashaal authored Sep 10, 2024
1 parent 0ebe875 commit e82b7b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/conform/formatters/deno_fmt.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local extensions = {
json = "json",
jsonc = "jsonc",
markdown = "md",
esmodule = "mjs",
typescript = "ts",
typescriptreact = "tsx",
}
Expand Down

0 comments on commit e82b7b1

Please sign in to comment.