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[] = {
"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"
};
......
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