syntax_highlighter_and_color_settings_page.md: remove redundant intro text

This commit is contained in:
Yann Cébron 2022-09-08 12:47:07 +02:00
parent 3829610533
commit b9f2b46f56

View File

@ -12,7 +12,6 @@
The first level of syntax highlighting is based on the lexer output, and is provided by `SyntaxHighlighter`.
A plugin can also define color settings based on `ColorSettingPage` so the user can configure highlight colors.
The `SimpleSyntaxHighlighter`, `SimpleSyntaxHighlighterFactory`, and `SimpleColorSettingsPage` discussed on this page are demonstrated in the `simple_language_plugin` code sample.
## Define a Syntax Highlighter