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 iZ=8 % #!-usr-bin-env-(!env).sublime-snippet<snippet> <content><![CDATA[#!/usr/bin/env ${1:${TM_SCOPE/(?:source|.*)\.(?:(shell)|(\w+)).*/(?1:bash:$2)/}} ]]></content> <tabTrigger>!env</tabTrigger> <scope></scope> <description>#!/usr/bin/env</description> </snippet> PK iZ=z # case-..-esac-(case).sublime-snippet<snippet> <content><![CDATA[case ${1:word} in ${2:pattern} ) $0;; esac]]></content> <tabTrigger>case</tabTrigger> <scope>source.shell</scope> <description>case … esac</description> </snippet> PK iZ=(= = Comments.tmPreferences<?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>name</key> <string>Comments</string> <key>scope</key> <string>source.shell</string> <key>settings</key> <dict> <key>shellVariables</key> <array> <dict> <key>name</key> <string>TM_COMMENT_START</string> <key>value</key> <string># </string> </dict> </array> </dict> <key>uuid</key> <string>858E140E-51E5-4863-829F-EF6B4B8FA816</string> </dict> </plist> PK iZ=}+C elif-..-(elif).sublime-snippet<snippet> <content><![CDATA[elif ${2:[[ ${1:condition} ]]}; then ${0:#statements}]]></content> <tabTrigger>elif</tabTrigger> <scope>source.shell</scope> <description>elif …</description> </snippet> PK iZ= "