diff --git a/plugins/devkit/devkit-core/src/dom/impl/I18nReferenceContributor.java b/plugins/devkit/devkit-core/src/dom/impl/I18nReferenceContributor.java index acae015663f3..18e5e2a00c52 100644 --- a/plugins/devkit/devkit-core/src/dom/impl/I18nReferenceContributor.java +++ b/plugins/devkit/devkit-core/src/dom/impl/I18nReferenceContributor.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. + * Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. */ package org.jetbrains.idea.devkit.dom.impl; @@ -30,7 +30,8 @@ public class I18nReferenceContributor extends PsiReferenceContributor { private static final String[] EXTENSION_TAG_NAMES = new String[]{ "localInspection", "globalInspection", - "configurable", "applicationConfigurable", "projectConfigurable" + "configurable", "applicationConfigurable", "projectConfigurable", + "editorSmartKeysConfigurable" }; private static final String[] TYPE_NAME_TAG = new String[]{"typeName"};