Skip to content

Commit 0ba1b48

Browse files
committed
+ Add the keyword "datetime" in styleLexSQL (issue #1132)
1 parent aeeb107 commit 0ba1b48

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/StyleLexers/styleLexSQL.c

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ KEYWORDLIST KeyWords_SQL = {
66
"abort accessible action add after all alter analyze and as asc asensitive attach autoincrement "
77
"before begin between bigint binary bit blob both by call cascade case cast change char character "
88
"check collate column commit condition conflict constraint continue convert create cross current_date "
9-
"current_time current_timestamp current_user cursor database databases date day_hour day_microsecond "
10-
"day_minute day_second dec decimal declare default deferrable deferred delayed delete desc describe "
11-
"detach deterministic distinct distinctrow div double drop dual each else elseif enclosed end enum "
12-
"escape escaped except exclusive exists exit explain fail false fetch float float4 float8 for force "
13-
"foreign from full fulltext glob grant group having high_priority hour_microsecond hour_minute "
9+
"current_time current_timestamp current_user cursor database databases date datetime day_hour "
10+
"day_microsecond day_minute day_second dec decimal declare default deferrable deferred delayed delete "
11+
"desc describe detach deterministic distinct distinctrow div double drop dual each else elseif enclosed "
12+
"end enum escape escaped except exclusive exists exit explain fail false fetch float float4 float8 for "
13+
"force foreign from full fulltext glob grant group having high_priority hour_microsecond hour_minute "
1414
"hour_second if ignore immediate in index infile initially inner inout insensitive insert instead int "
1515
"int1 int2 int3 int4 int8 integer intersect interval into is isnull iterate join key keys kill "
1616
"leading leave left like limit linear lines load localtime localtimestamp lock long longblob longtext "

0 commit comments

Comments
 (0)