Skip to content

Commit

Permalink
Merge pull request #1136 from hpwamr/mui_dev
Browse files Browse the repository at this point in the history
+ Add  the keyword "datetime" in styleLexSQL (issue #1132)
  • Loading branch information
hpwamr authored Apr 23, 2019
2 parents aeeb107 + 0ba1b48 commit 877ef3a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/StyleLexers/styleLexSQL.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ KEYWORDLIST KeyWords_SQL = {
"abort accessible action add after all alter analyze and as asc asensitive attach autoincrement "
"before begin between bigint binary bit blob both by call cascade case cast change char character "
"check collate column commit condition conflict constraint continue convert create cross current_date "
"current_time current_timestamp current_user cursor database databases date day_hour day_microsecond "
"day_minute day_second dec decimal declare default deferrable deferred delayed delete desc describe "
"detach deterministic distinct distinctrow div double drop dual each else elseif enclosed end enum "
"escape escaped except exclusive exists exit explain fail false fetch float float4 float8 for force "
"foreign from full fulltext glob grant group having high_priority hour_microsecond hour_minute "
"current_time current_timestamp current_user cursor database databases date datetime day_hour "
"day_microsecond day_minute day_second dec decimal declare default deferrable deferred delayed delete "
"desc describe detach deterministic distinct distinctrow div double drop dual each else elseif enclosed "
"end enum escape escaped except exclusive exists exit explain fail false fetch float float4 float8 for "
"force foreign from full fulltext glob grant group having high_priority hour_microsecond hour_minute "
"hour_second if ignore immediate in index infile initially inner inout insensitive insert instead int "
"int1 int2 int3 int4 int8 integer intersect interval into is isnull iterate join key keys kill "
"leading leave left like limit linear lines load localtime localtimestamp lock long longblob longtext "
Expand Down

0 comments on commit 877ef3a

Please sign in to comment.