Skip to content

Commit

Permalink
Add OFFSET keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Crake committed Apr 27, 2016
1 parent 86282cb commit b7cb737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SqlSyntaxHighlighting/SqlClassifier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class SqlClassifier : IClassifier
"FROM", "JOIN", "INNER JOIN", "OUTER JOIN", "LEFT OUTER JOIN", "RIGHT OUTER JOIN", "LEFT JOIN", "RIGHT JOIN", "CROSS JOIN",
"UNION", "EXCEPT",
"WHERE", "LIKE", "BETWEEN", "HAVING", "EXISTS",
"ORDER BY", "ASC", "DESC", "OVER", "GROUP BY", "LIMIT",
"ORDER BY", "ASC", "DESC", "OVER", "GROUP BY", "LIMIT", "OFFSET",
"ON", "IN", "IS", "NOT", "AS", "AND", "OR", "ALL", "ANY",
"CREATE", "ALTER", "DROP",
"TABLE", "FUNCTION", "PROCEDURE", "VIEW", "SCHEMA",
Expand Down
2 changes: 1 addition & 1 deletion SqlSyntaxHighlighting/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="SqlSyntaxHighlighting">
<Name>SQL Syntax Highlighting</Name>
<Author>Fabian de Groot</Author>
<Version>0.1.6.0</Version>
<Version>0.1.7.0</Version>
<Description xml:space="preserve">Adds basic SQL syntax highlighting (keywords, functions and variables) to string literals.</Description>
<Locale>1033</Locale>
<SupportedProducts>
Expand Down

0 comments on commit b7cb737

Please sign in to comment.