1
0
Fork 0

added missing function

This commit is contained in:
jsteemann 2016-03-12 11:47:08 +01:00
parent b29c437b7f
commit bc1563650b
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ var AqlHighlightRules = function() {
"date_minute|date_second|date_millisecond|date_dayofyear|date_isoweek|date_leapyear|date_quarter|date_days_in_month|" +
"date_add|date_subtract|date_diff|date_compare|date_format|fail|passthru|sleep|not_null|" +
"first_list|first_document|parse_identifier|current_user|current_database|" +
"collections|document|union|union_distinct|intersection|flatten|" +
"collections|document|union|union_distinct|intersection|flatten|is_same_collection|" +
"ltrim|rtrim|find_first|find_last|split|substitute|md5|sha1|random_token|AQL_LAST_ENTRY)"
);