Highlight error between $$
All text between $$ (anonymous or named i.e. $name$) code highlighted as text literal. E.g. standard example from official PG docs:
CREATE PROCEDURE insert_data(a integer, b integer)
LANGUAGE SQL
AS $$
INSERT INTO tbl VALUES (a);
INSERT INTO tbl VALUES (b);
$$;
All text from $$ to $$ is colored as literal.
2
votes
Alexander Rybakov
shared this idea
-
AdminDevart (_, Devart) commented
Hi,
Thanks for your post!
Please be infromed that we already have this feature in our Roadmap, but with no ETA.
So, we would suggest checking time to time our Revision History, where new fixes and feature are specified to each new releas.
Best,
Devart Support Team