diff --git a/xml/xml-psi-impl/src/com/intellij/polySymbols/html/attributes/HtmlAttributeSymbolDescriptorsProvider.kt b/xml/xml-psi-impl/src/com/intellij/polySymbols/html/attributes/HtmlAttributeSymbolDescriptorsProvider.kt index e3e26be2e776..427d7e6f93a7 100644 --- a/xml/xml-psi-impl/src/com/intellij/polySymbols/html/attributes/HtmlAttributeSymbolDescriptorsProvider.kt +++ b/xml/xml-psi-impl/src/com/intellij/polySymbols/html/attributes/HtmlAttributeSymbolDescriptorsProvider.kt @@ -1,16 +1,16 @@ // Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. package com.intellij.polySymbols.html.attributes -import com.intellij.polySymbols.html.HtmlSymbolQueryScopeContributor -import com.intellij.polySymbols.html.attributes.HtmlAttributeSymbolDescriptor.Companion.toAttributeDescriptor -import com.intellij.polySymbols.html.elements.HtmlElementSymbolDescriptor -import com.intellij.polySymbols.html.hasOnlyStandardHtmlSymbols -import com.intellij.polySymbols.html.hasOnlyStandardHtmlSymbolsOrExtensions import com.intellij.lang.html.HtmlCompatibleFile import com.intellij.openapi.project.DumbService import com.intellij.polySymbols.PolySymbol import com.intellij.polySymbols.PolySymbolModifier import com.intellij.polySymbols.html.HTML_ATTRIBUTES +import com.intellij.polySymbols.html.HtmlSymbolQueryScopeContributor +import com.intellij.polySymbols.html.attributes.HtmlAttributeSymbolDescriptor.Companion.toAttributeDescriptor +import com.intellij.polySymbols.html.elements.HtmlElementSymbolDescriptor +import com.intellij.polySymbols.html.hasOnlyStandardHtmlSymbols +import com.intellij.polySymbols.html.hasOnlyStandardHtmlSymbolsOrExtensions import com.intellij.polySymbols.query.PolySymbolQueryExecutor import com.intellij.polySymbols.query.PolySymbolQueryExecutorFactory import com.intellij.polySymbols.utils.asSingleSymbol