-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
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
P.S. huge fan of your editor
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
