Adding "or replace" breaks syntax highlighting with colors.
use this query:
create or replace view table_size as
SELECT
c.relname,
PG_RELATION_SIZE(C.oid) as size_bytes,
PG_RELATION_SIZE(C.oid) as size_bytes2
FROM pg_class AS c
compare highlighting with and without "or replace"
Description
Adding "or replace" breaks syntax highlighting with colors.
https://github.com/user-attachments/assets/7b802070-afec-43cb-88ad-cba0bc6eab5f
DBeaver Version
Enterprise Edition 24.2.4-202410172322
Operating System
Windows 10
Database and driver
PostgreSQL 16 PostgreSQL JDBC Driver 42.7.4
Steps to reproduce
No response
Additional context
No response