sbdchd / neoformat

:sparkles: A (Neo)vim plugin for formatting code.
BSD 2-Clause "Simplified" License
1.98k stars 188 forks source link

Fix deno fmt for Markdown #412

Closed pixelcmtd closed 2 years ago

pixelcmtd commented 2 years ago
--ext <ext>                                      Set standard input (stdin) content type [default: ts] [possible values: ts, tsx, js, jsx, md, json, jsonc]

Deno expects JavaScript by default and just throws syntax errors, if you call neoformat on a Markdown buffer.

sbdchd commented 2 years ago

Thanks!