summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-09-23 14:57:10 +0200
committerAndras Timar <atimar@suse.com>2012-09-23 15:01:56 +0200
commit3b3c20212e4d50bf70232541fd7e43d516e4db62 (patch)
tree694d6603817ced00c08c9608b6b5417e27e6795f /svtools
parent588f01bf62e2c0dbc920eda007ea1b50d4ff0b3c (diff)
add missing basic keywords to syntax highlighter
Change-Id: I920ad01c0ea338795afeb16e44cd8ec09e5fc5d6
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/edit/syntaxhighlight.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/svtools/source/edit/syntaxhighlight.cxx b/svtools/source/edit/syntaxhighlight.cxx
index 49e559eb1b88..a1e3bc068804 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"
};