From 3abe80ac14d3f513a8500d0dd29d70c62bdbbec0 Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Fri, 14 Jun 2013 10:59:39 +0200 Subject: Highlight "LIMIT" as a keyword in sql edit Change-Id: I5aed0a4d9b3e912b1cad0be2092b2dc394e10b04 --- comphelper/source/misc/syntaxhighlight.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'comphelper') diff --git a/comphelper/source/misc/syntaxhighlight.cxx b/comphelper/source/misc/syntaxhighlight.cxx index 84790eb36782..11cfc341bceb 100644 --- a/comphelper/source/misc/syntaxhighlight.cxx +++ b/comphelper/source/misc/syntaxhighlight.cxx @@ -194,6 +194,7 @@ static const char* strListSqlKeyWords[] = { "join", "left", "like", + "limit", "local", "match", "max", -- cgit