[devkit] 'editorOptionsProvider' EP support I18N

GitOrigin-RevId: c440155bb5a42a15116eb1ff502e4e653eff3111
This commit is contained in:
Yann Cébron
2019-07-03 18:50:15 +03:00
committed by intellij-monorepo-bot
parent 86847abcec
commit ccaf45086b
@@ -31,7 +31,7 @@ public class I18nReferenceContributor extends PsiReferenceContributor {
private static final String[] EXTENSION_TAG_NAMES = new String[]{
"localInspection", "globalInspection",
"configurable", "applicationConfigurable", "projectConfigurable",
"editorSmartKeysConfigurable"
"editorSmartKeysConfigurable", "editorOptionsProvider"
};
private static final String[] TYPE_NAME_TAG = new String[]{"typeName"};