aboutsummaryrefslogtreecommitdiff
path: root/mingling_pathf/src/patterns/renderer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_pathf/src/patterns/renderer.rs')
-rw-r--r--mingling_pathf/src/patterns/renderer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_pathf/src/patterns/renderer.rs b/mingling_pathf/src/patterns/renderer.rs
index c2e9ca9..4ad1f75 100644
--- a/mingling_pathf/src/patterns/renderer.rs
+++ b/mingling_pathf/src/patterns/renderer.rs
@@ -13,7 +13,7 @@ pub struct RendererPattern;
impl AnalyzePattern for RendererPattern {
fn contains(&self, content: &str) -> bool {
- content.contains("renderer]")
+ content.contains("[renderer") || content.contains("renderer]")
}
fn analyze(&self, content: &str) -> Vec<AnalyzeItem> {