Skip to content

Commit

Permalink
Update VB type list, issue #735.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Nov 14, 2023
1 parent 69e5243 commit b64e2a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/EditLexers/stlVB.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ static KEYWORDLIST Keywords_VB = {{

, // 1 Type Keyword
"Boolean Byte CBool CByte CChar CDate CDbl CDec Char CInt CLng CObj CSByte CShort CSng CStr CType CUInt "
"CULng CUShort Date Decimal Double Integer Long Object SByte Short Single String UInteger ULong UShort"
"CULng CUShort Date Decimal Double Integer Long Object SByte Short Single String UInteger ULong UShort "
"Currency LongLong LongPtr Variant "

, // 2 not used keyword, used in VBScript
"EndIf GoSub Variant Wend "
"EndIf GoSub Wend "

, // 3 Preprocessor
"If Else ElseIf End Const Region ExternalChecksum ExternalSource "
Expand Down
2 changes: 1 addition & 1 deletion src/EditLexers/stlVBS.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ static KEYWORDLIST Keywords_VBS = {{
"Static Stop Sub Then To True Type Unload Until Wend While With WithEvents Xor"

, // 1 Type Keyword
"Boolean Byte Currency Date Double Integer Long Object Single String Variant "
"Boolean Byte Char Currency Date Decimal Double Integer Long LongLong LongPtr Object Single String Variant "
"RegExp "

, // 2 not used keyword
Expand Down

0 comments on commit b64e2a4

Please sign in to comment.