HHH-8790 add "escape" keyword to Template

This commit is contained in:
Brett Meyer 2013-12-17 10:01:31 -05:00
parent d436b98557
commit 04c08cb9fd
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ public final class Template {
KEYWORDS.add("or");
KEYWORDS.add("not");
KEYWORDS.add("like");
KEYWORDS.add("escape");
KEYWORDS.add("is");
KEYWORDS.add("in");
KEYWORDS.add("between");