Kaydet (Commit) 3b3c2021 authored tarafından Andras Timar's avatar Andras Timar

add missing basic keywords to syntax highlighter

Change-Id: I920ad01c0ea338795afeb16e44cd8ec09e5fc5d6
üst 588f01bf
...@@ -41,6 +41,7 @@ static const char* strListBasicKeyWords[] = { ...@@ -41,6 +41,7 @@ static const char* strListBasicKeyWords[] = {
"and", "and",
"any", "any",
"append", "append",
"attrubute",
"as", "as",
"base", "base",
"binary", "binary",
...@@ -80,6 +81,7 @@ static const char* strListBasicKeyWords[] = { ...@@ -80,6 +81,7 @@ static const char* strListBasicKeyWords[] = {
"end enum", "end enum",
"end function", "end function",
"end if", "end if",
"end property",
"end select", "end select",
"end sub", "end sub",
"end type", "end type",
...@@ -126,6 +128,7 @@ static const char* strListBasicKeyWords[] = { ...@@ -126,6 +128,7 @@ static const char* strListBasicKeyWords[] = {
"optional", "optional",
"or", "or",
"output", "output",
"paramarray",
"preserve", "preserve",
"print", "print",
"private", "private",
...@@ -154,10 +157,12 @@ static const char* strListBasicKeyWords[] = { ...@@ -154,10 +157,12 @@ static const char* strListBasicKeyWords[] = {
"type", "type",
"typeof", "typeof",
"until", "until",
"vbasupport",
"variant", "variant",
"wend", "wend",
"while", "while",
"with", "with",
"withevent",
"write", "write",
"xor" "xor"
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment