Lines Matching refs:contained
32 syn match AspVBSVariableSimple contained "\<\(bln\|byt\|dtm\=\|dbl\|int\|str\)\u\w*"
33 syn match AspVBSVariableComplex contained "\<\(arr\|ary\|obj\)\u\w*"
39 syn keyword AspVBSError contained Val Str CVar CVDate DoEvents GoSub Return GoTo
40 syn keyword AspVBSError contained Stop LinkExecute Add Type LinkPoke
41 syn keyword AspVBSError contained LinkRequest LinkSend Declare Optional Sleep
42 syn keyword AspVBSError contained ParamArray Static Erl TypeOf Like LSet RSet Mid StrConv
45 syn match AspVBSError contained "\<Def[a-zA-Z0-9_]\+\>"
46 syn match AspVBSError contained "^\s*Open\s\+"
47 syn match AspVBSError contained "Debug\.[a-zA-Z0-9_]*"
48 syn match AspVBSError contained "^\s*[a-zA-Z0-9_]\+:"
49 syn match AspVBSError contained "[a-zA-Z0-9_]\+![a-zA-Z0-9_]\+"
50 syn match AspVBSError contained "^\s*#.*$"
51 syn match AspVBSError contained "\<As\s\+[a-zA-Z0-9_]*"
52 syn match AspVBSError contained "\<End\>\|\<Exit\>"
53 syn match AspVBSError contained "\<On\s\+Error\>\|\<On\>\|\<Error\>\|\<Resume\s\+Next\>\|\<Resume\>"
54 syn match AspVBSError contained "\<Option\s\+\(Base\|Compare\|Private\s\+Module\)\>"
56 syn match AspVBSError contained "Respon\?ce\.\S*"
57 syn match AspVBSError contained "Respose\.\S*"
61 " syn match AspVBSError contained "\<Property\s\+\(Get\|Let\|Set\)\>"
64 syn match AspVBSStatement contained "\<On\s\+Error\s\+\(Resume\s\+Next\|goto\s\+0\)\>\|\<Next\>"
65 syn match AspVBSStatement contained "\<End\s\+\(If\|For\|Select\|Class\|Function\|Sub\|With\|Proper…
66 syn match AspVBSStatement contained "\<Exit\s\+\(Do\|For\|Sub\|Function\)\>"
67 syn match AspVBSStatement contained "\<Exit\s\+\(Do\|For\|Sub\|Function\|Property\)\>"
68 syn match AspVBSStatement contained "\<Option\s\+Explicit\>"
69 syn match AspVBSStatement contained "\<For\s\+Each\>\|\<For\>"
70 syn match AspVBSStatement contained "\<Set\>"
71 syn keyword AspVBSStatement contained Call Class Const Default Dim Do Loop Erase And
72 syn keyword AspVBSStatement contained Function If Then Else ElseIf Or
73 syn keyword AspVBSStatement contained Private Public Randomize ReDim
74 syn keyword AspVBSStatement contained Select Case Sub While With Wend Not
77 syn keyword AspVBSFunction contained Abs Array Asc Atn CBool CByte CCur CDate CDbl
78 syn keyword AspVBSFunction contained Chr CInt CLng Cos CreateObject CSng CStr Date
79 syn keyword AspVBSFunction contained DateAdd DateDiff DatePart DateSerial DateValue
80 syn keyword AspVBSFunction contained Date Day Exp Filter Fix FormatCurrency
81 syn keyword AspVBSFunction contained FormatDateTime FormatNumber FormatPercent
82 syn keyword AspVBSFunction contained GetObject Hex Hour InputBox InStr InStrRev Int
83 syn keyword AspVBSFunction contained IsArray IsDate IsEmpty IsNull IsNumeric
84 syn keyword AspVBSFunction contained IsObject Join LBound LCase Left Len LoadPicture
85 syn keyword AspVBSFunction contained Log LTrim Mid Minute Month MonthName MsgBox Now
86 syn keyword AspVBSFunction contained Oct Replace RGB Right Rnd Round RTrim
87 syn keyword AspVBSFunction contained ScriptEngine ScriptEngineBuildVersion
88 syn keyword AspVBSFunction contained ScriptEngineMajorVersion
89 syn keyword AspVBSFunction contained ScriptEngineMinorVersion Second Sgn Sin Space
90 syn keyword AspVBSFunction contained Split Sqr StrComp StrReverse String Tan Time Timer
91 syn keyword AspVBSFunction contained TimeSerial TimeValue Trim TypeName UBound UCase
92 syn keyword AspVBSFunction contained VarType Weekday WeekdayName Year
95 syn keyword AspVBSMethods contained Add AddFolders BuildPath Clear Close Copy
96 syn keyword AspVBSMethods contained CopyFile CopyFolder CreateFolder CreateTextFile
97 syn keyword AspVBSMethods contained Delete DeleteFile DeleteFolder DriveExists
98 syn keyword AspVBSMethods contained Exists FileExists FolderExists
99 syn keyword AspVBSMethods contained GetAbsolutePathName GetBaseName GetDrive
100 syn keyword AspVBSMethods contained GetDriveName GetExtensionName GetFile
101 syn keyword AspVBSMethods contained GetFileName GetFolder GetParentFolderName
102 syn keyword AspVBSMethods contained GetSpecialFolder GetTempName Items Keys Move
103 syn keyword AspVBSMethods contained MoveFile MoveFolder OpenAsTextStream
104 syn keyword AspVBSMethods contained OpenTextFile Raise Read ReadAll ReadLine Remove
105 syn keyword AspVBSMethods contained RemoveAll Skip SkipLine Write WriteBlankLines
106 syn keyword AspVBSMethods contained WriteLine
107 syn match AspVBSMethods contained "Response\.\w*"
109 syn keyword AspVBSMethods contained true false
113 syn match AspVBSNumber contained "\<\d\+\>"
115 syn match AspVBSNumber contained "\<\d\+\.\d*\>"
117 syn match AspVBSNumber contained "\.\d\+\>"
122 syn region AspVBSString contained start=+"+ end=+"+ keepend
125 syn region AspVBSComment contained start="^REM\s\|\sREM\s" end="$" contains=AspVBSTodo keepend
126 syn region AspVBSComment contained start="^'\|\s'" end="$" contains=AspVBSTodo keepend
128 syn keyword AspVBSTodo contained TODO FIXME
132 syn region AspVBSError contained start="^\d" end="\s" keepend
134 syn match AspVBSError contained "[a-zA-Z0-9_][\$&!#]"ms=s+1
137 syn match AspVBSError contained "[a-zA-Z0-9_]%\($\|[^>]\)"ms=s+1
143 syn region AspVBSFold start="^\s*\(class\)\s\+.*$" end="^\s*end\s\+\(class\)\>.*$" fold contained t…
144 …+\(sub\|function\)\s\+.*$" end="^\s*end\s\+\(function\|sub\)\>.*$" fold contained transparent keep…