We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9aff19 + 946e295 commit ca06c6aCopy full SHA for ca06c6a
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-zA-Z0-9_-]+";
68
69
public static final String MFTF_CURLY_BRACES
70
= ".*\\{\\{[^\\}]+\\}\\}.*";
0 commit comments