v1.0.0-alpha.7
·
18 commits
to master
since this release
Changes
- Add formatter conditionals in language pipelines in 936384c
This expands the [languages] pipeline syntax to allow passing a table
instead of a formatter name.When a table is passed, additional conditionals can be set:
run_in_root: true|false- Whether or not this formatter should be
executed when formatting the root documentrun_in_injections: true|false- Whether or not this formatter should be
executed when formatting injected regions within the document
One might want to apply different formatter settings in different
contexts and this is the start to enabling this.
Full Changelog: v1.0.0-alpha.6...v1.0.0-alpha.7