0.2.0 • Published 1 year ago

prettier-plugin-pebble v0.2.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Prettier for Pebble Templates

Prettier Banner


This Plugin enables Prettier to format Pebble which is a Java templating engine inspired by Twig

Install

npm install --save-dev prettier-plugin-pebble

Use

In your editor, if the plugin is not automatically picked up and invoked (e.g., if you are using format on save, but no formatting is happening when you save), try adding the plugin explicitly in your Prettier configuration (e.g., .prettierrc.json) using the plugins key:

{
    "printWidth": 80,
    "tabWidth": 4,
    "plugins": ["./node_modules/prettier-plugin-pebble"]
}

Testing

  • You can call yarn testto test against all regular tests
0.2.0

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago