Skip to content

Commit

Permalink
Merge pull request #2365 from perfcom/backport-theme-regex-support-da…
Browse files Browse the repository at this point in the history
…shes

Backport: Update RegExUtil.java to 5.3.1
  • Loading branch information
VitaliyBoyko authored Oct 16, 2024
2 parents d9aff19 + 946e295 commit ca06c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/magento/idea/magento2plugin/util/RegExUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static class Magento {
= "[A-Z][a-zA-Z0-9]+_[A-Z][a-zA-Z0-9]+";

public static final String THEME_NAME
= "[a-z]+/[A-Z][a-zA-Z0-9_]+/[a-z][a-zA-Z0-9_]+";
= "[a-z]+/[a-zA-Z0-9_-]+/[a-zA-Z0-9_-]+";

public static final String MFTF_CURLY_BRACES
= ".*\\{\\{[^\\}]+\\}\\}.*";
Expand Down

0 comments on commit ca06c6a

Please sign in to comment.