regexp: no need for a declaration subcategory for the Check RegExp intention

This commit is contained in:
Bas Leijdekkers
2016-10-26 12:41:07 +02:00
parent 29ee0a77f6
commit 4de7bab704
+1 -1
View File
@@ -21,7 +21,7 @@
<intentionAction>
<className>org.intellij.lang.regexp.intention.CheckRegExpIntentionAction</className>
<category>RegExp/Declaration</category>
<category>RegExp</category>
</intentionAction>
</extensions>
</idea-plugin>