mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
1287739ddf
Fixes #25802 markup_fmt plugin supports some HTML-like formats like Angular, Jinja, Twig, Nunjucks or Vento, that are not supported by `deno fmt`. This PR adds support for the extensions `njk` (Nunjucks) and `vto` (Vento). Angular doesn't have a custom extension (it uses `html` afaik) and Jinja and Twig are template engines written in Python and PHP respectively so it doesn't make sense to be supported by Deno.
3 lines
45 B
Text
3 lines
45 B
Text
<h1> {{ "Hello, world!" | upper }}
|
|
</h1>
|
|
|