mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Check regexp registration
This commit is contained in:
@@ -9,12 +9,5 @@
|
||||
<lang.braceMatcher language="RegExp" implementationClass="org.intellij.lang.regexp.RegExpBraceMatcher"/>
|
||||
<lang.surroundDescriptor language="RegExp" implementationClass="org.intellij.lang.regexp.surroundWith.SimpleSurroundDescriptor"/>
|
||||
<colorSettingsPage implementation="org.intellij.lang.regexp.RegExpColorsPage"/>
|
||||
|
||||
<!--
|
||||
<intentionAction>
|
||||
<className>org.intellij.plugins.intelliLang.inject.quickedit.CheckRegExpIntentionAction</className>
|
||||
<category>Declaration</category>
|
||||
</intentionAction>
|
||||
-->
|
||||
</extensions>
|
||||
</idea-plugin>
|
||||
|
||||
@@ -35,6 +35,11 @@
|
||||
<category>Language Injection</category>
|
||||
</intentionAction>
|
||||
|
||||
<intentionAction>
|
||||
<className>org.intellij.plugins.intelliLang.inject.quickedit.CheckRegExpIntentionAction</className>
|
||||
<category>Declaration</category>
|
||||
</intentionAction>
|
||||
|
||||
<highlightErrorFilter implementation="org.intellij.plugins.intelliLang.inject.CustomErrorElementFilter"/>
|
||||
|
||||
<projectConfigurable instance="org.intellij.plugins.intelliLang.InjectionsSettingsUI"/>
|
||||
@@ -48,6 +53,5 @@
|
||||
serviceImplementation="org.intellij.plugins.intelliLang.Configuration$App"/>
|
||||
<projectService serviceInterface="org.intellij.plugins.intelliLang.Configuration"
|
||||
serviceImplementation="org.intellij.plugins.intelliLang.Configuration$Prj"/>
|
||||
|
||||
</extensions>
|
||||
</idea-plugin>
|
||||
|
||||
Reference in New Issue
Block a user