v.25.6Improvement

Fix highlighting of PARTITION

Fix highlighting of PARTITION BY in INSERT queries. In previous versions, PARTITION BY was not highlighted as a keyword. #81106 (Alexey Milovidov).
Fixes syntax highlighting for the PARTITION BY clause in INSERT queries, ensuring it is properly recognized as a keyword.

Why it matters

Previously, PARTITION BY in INSERT statements was not highlighted correctly, which could cause confusion when reading or writing queries. This fix improves the clarity and readability of query syntax in editors and tools that rely on syntax highlighting.

How to use it

No user action is needed. After upgrading to the version including this fix, syntax highlighting for PARTITION BY in INSERT queries will work automatically.