add missing basic keywords to syntax highlighter
Change-Id: I920ad01c0ea338795afeb16e44cd8ec09e5fc5d6
This commit is contained in:
parent
588f01bf62
commit
3b3c20212e
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue