Fix for broken link at "Custom Language Support" > "Syntax and Error Highlighting" page (#953)

This commit is contained in:
ShirinkinArseny 2022-12-22 18:46:28 +03:00 committed by GitHub
parent fba5ee2664
commit 8554731dbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ For highlighting lexer errors, the standard `TextAttributesKey` for bad characte
### Semantic Highlighting
[Semantic highlighting](https://www.jetbrains.com/help/idea/confhttps://www.jetbrains.com/help/idea/configuring-colors-and-fonts.htmliguring-colors-and-fonts.html#semantic-highlighting) provides an additional coloring layer to improve the visual distinction of several related items (e.g., method parameters, local variables).
[Semantic highlighting](https://www.jetbrains.com/help/idea/configuring-colors-and-fonts.html#semantic-highlighting) provides an additional coloring layer to improve the visual distinction of several related items (e.g., method parameters, local variables).
Register [`RainbowVisitor`](%gh-ic%/platform/analysis-impl/src/com/intellij/codeInsight/daemon/RainbowVisitor.java) in `com.intellij.highlightVisitor` extension point.
[](#color-settings) must implement [`RainbowColorSettingsPage`](%gh-ic%/platform/platform-api/src/com/intellij/openapi/options/colors/RainbowColorSettingsPage.java) in addition.