Skip to content

Commit

Permalink
Add support for formatting .marko files (#151)
Browse files Browse the repository at this point in the history
* Add Marko support

* Don't sort ArrayExpressions, only sort StringLiterals within them

* simplify

* Simplify tests

* Add peer dep for marko

This makes sure pnpm and Yarn PnP don’t complain

* Add dev dep for marko translator

It’s required for the plugin to work

* update lockfile

* Update changelog

* Simplify

* Fix CS

* Update lockfile

---------

Co-authored-by: Jordan Pittman <jordan@cryptica.me>
  • Loading branch information
AngusMorton and thecrypticace committed May 1, 2023
1 parent a78dd6e commit fcbe554
Show file tree
Hide file tree
Showing 5 changed files with 1,398 additions and 136 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Nothing yet!
### Added

- Added support for `prettier-plugin-marko` ([#151](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/151))

## [0.2.8] - 2023-04-28

Expand Down

0 comments on commit fcbe554

Please sign in to comment.