0.1.4 • Published 6 months ago

@6a5p1/prettier-plugin-twig v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Prettier for Melody

Prettier Banner


This Plugin enables Prettier to format .twig files, as well as .html.twig.

Install

npm i -D @nsetyo/prettier-plugin-twig

Use

Add plugin in prettier config (e.g: .prettierrc)

{
    "plugins": ["@nsetyo/prettier-plugin-twig"]
}
prettier --write "**/*.html.twig"

Credit

Most of the code in this plugin is taken from https://github.com/trivago/prettier-plugin-twig-melody, which seems not maintained anymore. This fork try to fix the issue there and add support for new Twig feature