# @rawwee/prettier-twig-craft-cms

This is an extension to [@rawwee/prettier-plugin-twig-melody](https://github.com/trivago/prettier-plugin-twig-melody) which should ultimately cover the Twig tags added by [Craft CMS](https://craftcms.com/).

## Installation

```bash
yarn add @rawwee/prettier-twig-craft-cms --dev
```

or

```bash
npm install @rawwee/prettier-twig-craft-cms --save-dev
```

## Usage

You have to add this line in your `.prettierrc` (or `prettierrc.json`) file:

```json
"twigMelodyPlugins": ["node_modules/@rawwee/prettier-twig-craft-cms"]
```

This should be it.
