Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Program Files (x86)/Sublime Text 2/Pristine Packages/ |
Upload File : |
PK hZ=`DP P ASP.tmLanguage<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>comment</key> <string>ASP SCRIPTING DICTIONARY – By Rich Barton: Version 1.0 (based on PHP Scripting Dictionary by Justin French, Sune Foldager and Allan Odgaard) Note: .asp is handled by asp/html</string> <key>fileTypes</key> <array> <string>asa</string> </array> <key>foldingStartMarker</key> <string>(?i)^\s*(Public|Private)?\s*(Class|Function|Sub|Property)\s*([a-zA-Z_]\w*)\s*(\(.*\)\s*)?$</string> <key>foldingStopMarker</key> <string>(?i)^\s*End (Class|Function|Sub|Property)\s*$</string> <key>keyEquivalent</key> <string>^~A</string> <key>name</key> <string>ASP</string> <key>patterns</key> <array> <dict> <key>captures</key> <dict> <key>1</key> <dict> <key>name</key> <string>storage.type.function.asp</string> </dict> <key>2</key> <dict> <key>name</key> <string>entity.name.function.asp</string> </dict> <key>3</key> <dict> <key>name</key> <string>punctuation.definition.parameters.asp</string> </dict> <key>4</key> <dict> <key>name</key> <string>variable.parameter.function.asp</string> </dict> <key>5</key> <dict> <key>name</key> <string>punctuation.definition.parameters.asp</string> </dict> </dict> <key>match</key> <string>^\s*((?i:function|sub))\s*([a-zA-Z_]\w*)\s*(\()([^)]*)(\)).*\n?</string> <key>name</key> <string>meta.function.asp</string> </dict> <dict> <key>captures</key> <dict> <key>1</key> <dict> <key>name</key> <string>punctuation.definition.comment.asp</string> </dict> </dict> <key>match</key> <string>(').*$\n?</string> <key>name</key> <string>comment.line.apostrophe.asp</string> </dict> <dict> <key>captures</key> <dict> <key>1</key> <dict> <key>name</key> <string>punctuation.definition.comment.asp</string> </dict> </dict> <key>match</key> <string>(REM ).*$\n?</string> <key>name</key> <string>comment.line.rem.asp</string> </dict> <dict> <key>match</key> <string>(?i:\b(If|Then|Else|ElseIf|End If|While|Wend|For|To|Each|In|Step|Case|Select|End Select|Return|Continue|Do|Until|Loop|Next|With|Exit Do|Exit For|Exit Function|Exit Property|Exit Sub)\b)</string> <key>name</key> <string>keyword.control.asp</string> </dict> <dict> <key>match</key> <string>=|>=|<|>|<|<>|\+|-|\*|\^|&|\b(?i:(Mod|And|Not|Or|Xor|Is))\b</string> <key>name</key> <string>keyword.operator.asp</string> </dict> <dict> <key>match</key> <string>(?i:\b(Call|Class|Const|Dim|Redim|Function|Sub|Property|End Property|End sub|End Function|Set|Let|Get|New|Randomize|Option Explicit|On Error Resume Next|On Error GoTo)\b)</string> <key>name</key> <string>storage.type.asp</string> </dict> <dict> <key>match</key> <string>(?i:\b(Private|Public|Default)\b)</string> <key>name</key> <string>storage.modifier.asp</string> </dict> <dict> <key>match</key> <string>(?i:\b(Empty|False|Nothing|Null|True)\b)</string> <key>name</key> <string>constant.language.asp</string> </dict> <dict> <key>begin</key> <string>"</string> <key>beginCaptures</key> <dict> <key>0</key> <dict> <key>name</key> <string>punctuation.definition.string.begin.asp</string> </dict> </dict> <key>end</key> <string>"(?!")</string> <key>endCaptures</key> <dict> <key>0</key> <dict> <key>name</key> <string>punctuation.definition.string.end.asp</string> </dict> </dict> <key>name</key> <string>string.quoted.double.asp</string> <key>patterns</key> <array> <dict> <key>match</key> <string>""</string> <key>name</key> <string>constant.character.escape.apostrophe.asp</string> </dict> </array> </dict> <dict> <key>captures</key> <dict> <key>1</key> <dict> <key>name</key> <string>punctuation.definition.variable.asp</string> </dict> </dict> <key>match</key> <string>(\$)[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?\b</string> <key>name</key> <string>variable.other.asp</string> </dict> <dict> <key>match</key> <string>(?i:\b(Application|ObjectContext|Request|Response|Server|Session)\b)</string> <key>name</key> <string>support.class.asp</string> </dict> <dict> <key>match</key> <string>(?i:\b(Contents|StaticObjects|ClientCertificate|Cookies|Form|QueryString|ServerVariables)\b)</string> <key>name</key> <string>support.class.collection.asp</string> </dict> <dict> <key>match</key> <string>(?i:\b(TotalBytes|Buffer|CacheControl|Charset|ContentType|Expires|ExpiresAbsolute|IsClientConnected|PICS|Status|ScriptTimeout|CodePage|LCID|SessionID|Timeout)\b)</string> <key>name</key> <string>support.constant.asp</string> </dict> <dict> <key>match</key> <string>(?i:\b(Lock|Unlock|SetAbort|SetComplete|BianryRead|AddHeader|AppendToLog|BinaryWrite|Clear|End|Flush|Redirect|Write|CreateObject|HTMLEncode|MapPath|URLEncode|Abandon)\b)</string> <key>name</key> <string>support.function.asp</string> </dict> <dict> <key>match</key> <string>(?i:\b(Application_OnEnd|Application_OnStart|OnTransactionAbort|OnTransactionCommit|Session_OnEnd|Session_OnStart|Class_Initialize|Class_Terminate)\b)</string> <key>name</key> <string>support.function.event.asp</string> </dict> <dict> <key>match</key> <string>(?i:\b(Array|Add|Asc|Atn|CBool|CByte|CCur|CDate|CDbl|Chr|CInt|CLng|Conversions|Cos|CreateObject|CSng|CStr|Date|DateAdd|DateDiff|DatePart|DateSerial|DateValue|Day|Derived|Math|Escape|Eval|Exists|Exp|Filter|FormatCurrency|FormatDateTime|FormatNumber|FormatPercent|GetLocale|GetObject|GetRef|Hex|Hour|InputBox|InStr|InStrRev|Int|Fix|IsArray|IsDate|IsEmpty|IsNull|IsNumeric|IsObject|Item|Items|Join|Keys|LBound|LCase|Left|Len|LoadPicture|Log|LTrim|RTrim|Trim|Maths|Mid|Minute|Month|MonthName|MsgBox|Now|Oct|Remove|RemoveAll|Replace|RGB|Right|Rnd|Round|ScriptEngine|ScriptEngineBuildVersion|ScriptEngineMajorVersion|ScriptEngineMinorVersion|Second|SetLocale|Sgn|Sin|Space|Split|Sqr|StrComp|String|StrReverse|Tan|Time|Timer|TimeSerial|TimeValue|TypeName|UBound|UCase|Unescape|VarType|Weekday|WeekdayName|Year)\b)</string> <key>name</key> <string>support.function.vb.asp</string> </dict> <dict> <key>match</key> <string>\b((0(x|X)[0-9a-fA-F]*)|(([0-9]+\.?[0-9]*)|(\.[0-9]+))((e|E)(\+|-)?[0-9]+)?)(L|l|UL|ul|u|U|F|f)?\b</string> <key>name</key> <string>constant.numeric.asp</string> </dict> <dict> <key>match</key> <string>(?i:\b(vbtrue|fvbalse|vbcr|vbcrlf|vbformfeed|vblf|vbnewline|vbnullchar|vbnullstring|vbtab|vbverticaltab|vbbinarycompare|vbtextcomparevbsunday|vbmonday|vbtuesday|vbwednesday|vbthursday|vbfriday|vbsaturday|vbusesystemdayofweek|vbfirstjan1|vbfirstfourdays|vbfirstfullweek|vbgeneraldate|vblongdate|vbshortdate|vblongtime|vbshorttime|vbobjecterror|vbEmpty|vbNull|vbInteger|vbLong|vbSingle|vbDouble|vbCurrency|vbDate|vbString|vbObject|vbError|vbBoolean|vbVariant|vbDataObject|vbDecimal|vbByte|vbArray)\b)</string> <key>name</key> <string>support.type.vb.asp</string> </dict> </array> <key>scopeName</key> <string>source.asp</string> <key>uuid</key> <string>291022B4-6B1D-11D9-90EB-000D93589AF6</string> </dict> </plist> PK hZ=6m HTML-ASP.tmLanguage<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>fileTypes</key> <array> <string>asp</string> </array> <key>foldingStartMarker</key> <string>(<(?i:(head|table|div|style|script|ul|ol|form|dl))\b.*?>|\{)</string> <key>foldingStopMarker</key> <string>(</(?i:(head|table|div|style|script|ul|ol|form|dl))>|\})</string> <key>keyEquivalent</key> <string>^~A</string> <key>name</key> <string>HTML (ASP)</string> <key>patterns</key> <array> <dict> <key>begin</key> <string><%=?</string> <key>beginCaptures</key> <dict> <key>0</key> <dict> <key>name</key> <string>punctuation.section.embedded.begin.asp</string> </dict> </dict> <key>end</key> <string>%></string> <key>endCaptures</key> <dict> <key>0</key> <dict> <key>name</key> <string>punctuation.section.embedded.end.asp</string> </dict> </dict> <key>name</key> <string>source.asp.embedded.html</string> <key>patterns</key> <array> <dict> <key>captures</key> <dict> <key>1</key> <dict> <key>name</key> <string>punctuation.definition.comment.asp</string> </dict> </dict> <key>match</key> <string>(').*?(?=%>)</string> <key>name</key> <string>comment.line.apostrophe.asp</string> </dict> <dict> <key>include</key> <string>source.asp</string> </dict> </array> </dict> <dict> <key>include</key> <string>text.html.basic</string> </dict> </array> <key>scopeName</key> <string>text.html.asp</string> <key>uuid</key> <string>27798CC6-6B1D-11D9-B8FA-000D93589AF6</string> </dict> </plist> PK hZ=`DP P ASP.tmLanguagePK hZ=6m | HTML-ASP.tmLanguagePK } $