Skip to content

0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Aug 05:38
· 6 commits to main since this release
8c3bacf
  • Restored the inheritance gutter markers on Twig blocks that were lost with the reworked Twig template handling in 0.1.0: a block now shows an "overrides" icon when it overrides a block of the sw_extends chain and an "overridden" icon when extending templates override it, both navigating to the related blocks. The markers are provided by the plugin itself and no longer require the Symfony plugin. Fixes #307