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 : C:/Program Files (x86)/Sublime Text 2/Pristine Packages/ |
Upload File : |
PK 2>/ cdata.sublime-snippet<snippet> <description>CDATA</description> <content><![CDATA[${0:$SELECTION}]]></content> <tabTrigger>cdata</tabTrigger> <scope>text.xml</scope> </snippet>PK iZ=@ comment.sublime-snippet<snippet> <description>Comment</description> <content><![CDATA[${0:<!-- ${1:$SELECTION} -->}]]></content> <tabTrigger>c</tabTrigger> <scope>text.xml</scope> </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>text.xml</string> <key>settings</key> <dict> <key>shellVariables</key> <array> <dict> <key>name</key> <string>TM_COMMENT_START</string> <key>value</key> <string><!-- </string> </dict> <dict> <key>name</key> <string>TM_COMMENT_END</string> <key>value</key> <string> --></string> </dict> </array> </dict> <key>uuid</key> <string>41A5608C-C589-411E-9581-548D7DE335AC</string> </dict> </plist> PK =>Ҩ long-tag.sublime-snippet<snippet> <content><![CDATA[<${1:p}>${2:$SELECTION}</${1/([^ ]+).*/$1/}>]]></content> <tabTrigger><</tabTrigger> <scope>text.xml</scope> <description>Long Tag</description> </snippet> PK iZ= Miscellaneous.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>Miscellaneous</string> <key>scope</key> <string>text.xml</string> <key>settings</key> <dict> <key>comment</key> <string> /* * Don't indent: * <?, </, <! * <whatever></whatever> * <whatever /> * <% %> * <!-- --> * <%-- --%> * * Do indent: * <whatever> * <% * <!-- * <%-- * * Decrease indent for: * </whatever> * --> * --%> */</string> <key>decreaseIndentPattern</key> <string>^\s*(</[^>]+>|-->|--%>)</string> <key>highlightPairs</key> <array> <array> <string>(</string> <string>)</string> </array> <array> <string>[</string> <string>]</string> </array> <array> <string>{</string> <string>}</string> </array> <array> <string>"</string> <string>"</string> </array> <array> <string><</string> <string>></string> </array> </array> <key>increaseIndentPattern</key> <string>^\s*<(([^!/?]|%)(?!.+?([/%]>|</.+?>))|[%!]--\s*$)</string> </dict> <key>uuid</key> <string>95788610-7E2E-45CE-9CCE-708FE0C90BF7</string> </dict> </plist> PK iZ='j short-tag.sublime-snippet<snippet> <content><![CDATA[<${1:name} />]]></content> <tabTrigger>></tabTrigger> <scope>text.xml</scope> <description>Short Tag</description> </snippet> PK iZ="G G &