From 3234a0ce6ea0111af021d51169ae672892e8e65b Mon Sep 17 00:00:00 2001 From: Michal Landsman Date: Sun, 5 Feb 2017 04:14:12 +0100 Subject: [PATCH] Improved Nette Framework detection - fixed for test rules finally --- src/apps.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps.json b/src/apps.json index 986719d88..21c676e3e 100755 --- a/src/apps.json +++ b/src/apps.json @@ -5043,9 +5043,9 @@ }, "env": "Nette", "html": [ - "<(input|textarea)[^>]+data-nette-rules", - "<[A-z][^>]+id=\"snippet--", - "<(form|input)[^>]+id=\"frm-" + "]+data-nette-rules", + "]+id=\"snippet--", + "]+id=\"frm-" ], "icon": "Nette Framework.png", "implies": "PHP",