[Libreoffice-commits] .: svtools/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Sep 23 06:00:17 PDT 2012


 svtools/source/edit/syntaxhighlight.cxx |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 3b3c20212e4d50bf70232541fd7e43d516e4db62
Author: Andras Timar <atimar at suse.com>
Date:   Sun Sep 23 14:57:10 2012 +0200

    add missing basic keywords to syntax highlighter
    
    Change-Id: I920ad01c0ea338795afeb16e44cd8ec09e5fc5d6

diff --git a/svtools/source/edit/syntaxhighlight.cxx b/svtools/source/edit/syntaxhighlight.cxx
index 49e559e..a1e3bc0 100644
--- a/svtools/source/edit/syntaxhighlight.cxx
+++ b/svtools/source/edit/syntaxhighlight.cxx
@@ -41,6 +41,7 @@ static const char* strListBasicKeyWords[] = {
     "and",
     "any",
     "append",
+    "attrubute",
     "as",
     "base",
     "binary",
@@ -80,6 +81,7 @@ static const char* strListBasicKeyWords[] = {
     "end enum",
     "end function",
     "end if",
+    "end property",
     "end select",
     "end sub",
     "end type",
@@ -126,6 +128,7 @@ static const char* strListBasicKeyWords[] = {
     "optional",
     "or",
     "output",
+    "paramarray",
     "preserve",
     "print",
     "private",
@@ -154,10 +157,12 @@ static const char* strListBasicKeyWords[] = {
     "type",
     "typeof",
     "until",
+    "vbasupport",
     "variant",
     "wend",
     "while",
     "with",
+    "withevent",
     "write",
     "xor"
 };


More information about the Libreoffice-commits mailing list