Add missing comma to stripped_lexer_constants

Reviewers: mtomic, mferencevic

Reviewed By: mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2010
This commit is contained in:
Teon Banek 2019-05-06 15:51:05 +02:00
parent 53e2b08a78
commit 8e6317436d

View File

@ -91,7 +91,7 @@ const trie::Trie kKeywords = {
"stream", "streams", "load", "data", "kafka", "transform",
"batch", "interval", "show", "start", "stats", "stop",
"size", "topic", "test", "unique", "explain", "profile",
"storage", "index", "info", "exists" "assert", "constraint",
"storage", "index", "info", "exists", "assert", "constraint",
"node", "key"};
// Unicode codepoints that are allowed at the start of the unescaped name.