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=E E Batch File.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>uuid</key> <string>E07EC438-7B75-4437-8AA1-DA94C1E6EACC</string> <key>patterns</key> <array> <dict> <key>name</key> <string>keyword.command.dosbatch</string> <key>match</key> <string>\b(?i)(?:append|assoc|at|attrib|break|cacls|cd|chcp|chdir|chkdsk|chkntfs|cls|cmd|color|comp|compact|convert|copy|date|del|dir|diskcomp|diskcopy|doskey|echo|endlocal|erase|fc|find|findstr|format|ftype|graftabl|help|keyb|label|md|mkdir|mode|more|move|path|pause|popd|print|prompt|pushd|rd|recover|rem|ren|rename|replace|restore|rmdir|set|setlocal|shift|sort|start|subst|time|title|tree|type|ver|verify|vol|xcopy)\b</string> </dict> <dict> <key>name</key> <string>keyword.control.statement.dosbatch</string> <key>match</key> <string>\b(?i)(?:goto|call|exit)\b</string> </dict> <dict> <key>name</key> <string>keyword.control.conditional.if.dosbatch</string> <key>match</key> <string>\b(?i)if\s+((not)\s+)(exist|defined|errorlevel|cmdextversion)\b</string> </dict> <dict> <key>name</key> <string>keyword.control.conditional.dosbatch</string> <key>match</key> <string>\b(?i)(?:if|else)\b</string> </dict> <dict> <key>name</key> <string>keyword.control.repeat.dosbatch</string> <key>match</key> <string>\b(?i)for\b</string> </dict> <dict> <key>name</key> <string>keyword.operator.dosbatch</string> <key>match</key> <string>\b(?:EQU|NEQ|LSS|LEQ|GTR|GEQ)\b</string> </dict> <dict> <key>captures</key> <dict> <key>1</key> <dict> <key>name</key> <string>keyword.command.rem.dosbatch</string> </dict> </dict> <key>name</key> <string>comment.line.rem.dosbatch</string> <key>match</key> <string>(?:^|\s)((?i)rem)(?:$|\s.*$)</string> </dict> <dict> <key>name</key> <string>comment.line.colons.dosbatch</string> <key>match</key> <string>\s*:\s*:.*$</string> </dict> <dict> <key>begin</key> <string>"</string> <key>endCaptures</key> <dict> <key>0</key> <dict> <key>name</key> <string>punctuation.definition.string.end.shell</string> </dict> </dict> <key>beginCaptures</key> <dict> <key>0</key> <dict> <key>name</key> <string>punctuation.definition.string.begin.shell</string> </dict> </dict> <key>name</key> <string>string.quoted.double.dosbatch</string> <key>end</key> <string>"</string> </dict> <dict> <key>name</key> <string>keyword.operator.pipe.dosbatch</string> <key>match</key> <string>[|]</string> </dict> <dict> <key>name</key> <string>keyword.operator.redirect.shell</string> <key>match</key> <string>&>|\d*>&\d*|\d*(>>|>|<)|\d*<&|\d*<></string> </dict> </array> <key>name</key> <string>Batch File</string> <key>scopeName</key> <string>source.dosbatch</string> <key>fileTypes</key> <array> <string>bat</string> </array> </dict> </plist>PK hZ=E E Batch File.tmLanguagePK C x