Skip to content

Commit

Permalink
Add 'revoke' as an SQL operator starting keyword.
Browse files Browse the repository at this point in the history
Fixes #753.
  • Loading branch information
isagalaev committed Feb 21, 2015
1 parent 6f32523 commit c9b293f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/sql.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function(hljs) {
'delete do handler insert load replace select truncate update set show pragma grant '+
'merge describe use explain help declare prepare execute deallocate savepoint release '+
'unlock purge reset change stop analyze cache flush optimize repair kill '+
'install uninstall checksum restore check backup',
'install uninstall checksum restore check backup revoke',
end: /;/, endsWithParent: true,
keywords: {
keyword:
Expand Down

0 comments on commit c9b293f

Please sign in to comment.