references_and_resolve.md: minor

This commit is contained in:
Yann Cébron 2023-09-28 09:32:27 +02:00
parent 55593ceeff
commit 8c19819553

View File

@ -70,5 +70,5 @@ The implementation of `multiResolve()` can be also based on [`PsiScopeProcessor`
## Additional Highlighting
Implement [`HighlightedReference`](%gh-ic%/platform/lang-impl/src/com/intellij/codeInsight/highlighting/HighlightedReference.java) to add additional highlighting for non-obvious places (e.g., String literal).
Implement [`HighlightedReference`](%gh-ic%/platform/lang-impl/src/com/intellij/codeInsight/highlighting/HighlightedReference.java) to add additional highlighting for non-obvious places (e.g., inside String literals).
Such references will automatically be highlighted using <control>String | Highlighted reference</control> text attributes from <ui-path>Settings | Editor | Color Scheme | Language Defaults</ui-path> (_2022.2_).