summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-06-14 10:59:39 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2013-06-14 11:07:39 +0200
commit3abe80ac14d3f513a8500d0dd29d70c62bdbbec0 (patch)
tree961847fa5d5a506c13792a437e35f2eda29697fc /comphelper
parent43de0b244329378adc8406e97df882c527faf9a5 (diff)
Highlight "LIMIT" as a keyword in sql edit
Change-Id: I5aed0a4d9b3e912b1cad0be2092b2dc394e10b04
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/syntaxhighlight.cxx1
1 files changed, 1 insertions, 0 deletions
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",