Skip to content

Improve syntax highlighting + tooltips #8

@rschik

Description

@rschik

Not all SQL keywords are being highlighted, e.g.
DECLARE --not highlighted
INSERT INTO myTable --INTO not highlighted

Keywords in general are not highlighted if symbols like ; or ) follow directly e.g.
DECLARE myInt INTEGER; --INTEGER not highlighted
INSERT INTO tableName(column1, column2 ...) VALUES(value1, value2, ...); --VALUES not highlighted

image

P.S. huge fan of your editor

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions