mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
syntax_highlighting_and_error_highlighting.md: note about DaemonCodeAnalyzer.restart()
This commit is contained in:
parent
d1f8c12177
commit
16afd34ba4
@ -16,6 +16,9 @@ Highlighting from multiple `TextAttributesKey` items can be layered - for exampl
|
||||
New functionality about Language Defaults and support for additional color schemes as detailed in
|
||||
[Color Scheme Management](/reference_guide/color_scheme_management.md).
|
||||
|
||||
|
||||
> **TIP** To force re-highlighting, use
|
||||
> [`DaemonCodeAnalyzer.restart()`](upsource:///platform/analysis-api/src/com/intellij/codeInsight/daemon/DaemonCodeAnalyzer.java).
|
||||
|
||||
The syntax and error highlighting is performed on multiple levels: Lexer, Parser and (External) Annotator.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user