We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df4284 commit ab54b1bCopy full SHA for ab54b1b
src/com/magento/idea/magento2plugin/util/RegExUtil.java
@@ -64,7 +64,7 @@ public static class Magento {
64
= "[A-Z][a-zA-Z0-9]+_[A-Z][a-zA-Z0-9]+";
65
66
public static final String THEME_NAME
67
- = "[a-z]+/[A-Z][a-zA-Z0-9_]+/[a-z][a-zA-Z0-9_]+";
+ = "[a-z]+/[a-zA-Z0-9_]+/[a-z][a-zA-Z0-9_]+";
68
69
public static final String MFTF_CURLY_BRACES
70
= ".*\\{\\{[^\\}]+\\}\\}.*";
0 commit comments