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 @9I Make.sublime-build{ "cmd": ["make"], "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$", "working_dir": "${project_path:${folder:${file_path}}}", "selector": "source.makefile", "variants": [ { "name": "Clean", "cmd": ["make", "clean"] } ] } PK ha?#¿E E Makefile.sublime-settings{ "translate_tabs_to_spaces": false, "detect_indentation": false } PK ha?u Makefile.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>GNUmakefile</string> <string>makefile</string> <string>Makefile</string> <string>OCamlMakefile</string> <string>make</string> </array> <key>name</key> <string>Makefile</string> <key>patterns</key> <array> <dict> <key>begin</key> <string>^(\w|[-_])+\s*\??=</string> <key>end</key> <string>$</string> <key>name</key> <string>variable.other.makefile</string> <key>patterns</key> <array> <dict> <key>match</key> <string>\\\n</string> </dict> </array> </dict> <dict> <key>begin</key> <string>`</string> <key>end</key> <string>`</string> <key>name</key> <string>string.interpolated.backtick.makefile</string> <key>patterns</key> <array> <dict> <key>include</key> <string>source.shell</string> </dict> </array> </dict> <dict> <key>begin</key> <string>#</string> <key>beginCaptures</key> <dict> <key>0</key> <dict> <key>name</key> <string>punctuation.definition.comment.makefile</string> </dict> </dict> <key>end</key> <string>$\n?</string> <key>name</key> <string>comment.line.number-sign.makefile</string> <key>patterns</key> <array> <dict> <key>match</key> <string>(?<!\\)\\$\n</string> <key>name</key> <string>punctuation.separator.continuation.makefile</string> </dict> </array> </dict> <dict> <key>match</key> <string>^(\s*)\b(\-??include|ifeq|ifneq|ifdef|ifndef|else|endif|vpath|export|unexport|define|endef|override)\b</string> <key>name</key> <string>keyword.control.makefile</string> </dict> <dict> <key>captures</key> <dict> <key>1</key> <dict> <key>name</key> <string>entity.name.function.makefile</string> </dict> </dict> <key>match</key> <string>^([^\t ]+(\s[^\t ]+)*:(?!\=))\s*.*</string> <key>name</key> <string>meta.function.makefile</string> </dict> </array> <key>scopeName</key> <string>source.makefile</string> <key>uuid</key> <string>FF1825E8-6B1C-11D9-B883-000D93589AF6</string> </dict> </plist> PK hZ=T1 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>source.makefile</string> <key>settings</key> <dict> <key>increaseIndentPattern</key> <string>^[^\t ]+:</string> <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>E05AF624-5BD8-4A54-A0E8-F80E8191D69E</string> </dict> </plist> PK @9I Make.sublime-buildPK ha?#¿E E % Makefile.sublime-settingsPK ha?u Makefile.tmLanguagePK hZ=T1 Miscellaneous.tmPreferencesPK