[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - comphelper/source
Zolnai Tamás
zolnaitamas2000 at gmail.com
Fri Jun 14 02:11:05 PDT 2013
comphelper/source/misc/syntaxhighlight.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ac6f58b3a1265d6c3b7c60c12ce24a0aa788b53d
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date: Fri Jun 14 10:59:39 2013 +0200
Highlight "LIMIT" as a keyword in sql edit
Change-Id: I5aed0a4d9b3e912b1cad0be2092b2dc394e10b04
(cherry picked from commit 3abe80ac14d3f513a8500d0dd29d70c62bdbbec0)
diff --git a/comphelper/source/misc/syntaxhighlight.cxx b/comphelper/source/misc/syntaxhighlight.cxx
index 84790eb..11cfc34 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",
More information about the Libreoffice-commits
mailing list