v.24.4New Feature

Syntax Highlighting Enhanced to Syntax Level in Client Editor

The syntax highlighting while typing in the client will work on the syntax level (previously, it worked on the lexer level). #62123 (Alexey Milovidov).
Syntax highlighting in the ClickHouse client is improved to work on the syntax level instead of the lexer level.

Why it matters

This change enhances the accuracy and context-awareness of syntax highlighting, providing users with clearer and more precise feedback while typing queries in the client.

How to use it

Users will automatically benefit from improved syntax highlighting in the ClickHouse client without additional configuration.