Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
After FLINK-24909 it is possible to specify syntax highlight color schema as mentioned in doc via
sql-client.display.color-schema config option
SET 'sql-client.display.color-schema' = ...
Possible values are chester, dracula, solarized, vs2010, obsidian, geshi, default.
It allows to highlight keywords, quoted text, sql identifiers quoted text (ticks for default dialect and double quotes for Hive), comments (both one-line and block comments), hints