Skip to content

Releases: ekarcnevets/SqlSyntaxHighlighting

1.8.0

17 Oct 02:11
Compare
Choose a tag to compare

Add TEMPORARY, TEMP, ONLY.
Add semicolon character (;) as a postfix character.

1.7.0

27 Apr 23:01
Compare
Choose a tag to compare

Added OFFSET keyword

1.6.0

29 Feb 00:19
Compare
Choose a tag to compare

Allow no space between function and open parenthesis.
Added new keywords "LIMIT", "COPY", "STDIN", "STDOUT", "READ ONLY".

1.5.0

17 Feb 00:00
Compare
Choose a tag to compare

Adds 'READ ONLY' keyword.

1.2.0

28 Jan 02:44
Compare
Choose a tag to compare

Bumped internal version number so you can update.
Added variable highlighting for : prefix, and made it work for camelCase naming.

1.0.0

17 Jan 19:51
Compare
Choose a tag to compare

This release is compatible with VS 2012, 2013, and 2015.

It will only highlight sql keywords that are uppercase to minimize interefence with the same keywords in regular comments.