We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff7368 commit 3a8b981Copy full SHA for 3a8b981
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