### Proposed new feature or change An ability to match the renderer not only by extension but also based on the view path: ```php ->withRenderers([ '**payments**.blade.php' => new PhpTemplateRenderer(), ]); ``` https://github.com/yiisoft/strings/blob/2.x/src/WildcardPattern.php could be used for wildcards support. Need to consider performance before implementing it. See #289