From f289b3a19e03b99a6618009320abaec2c0cf1ec1 Mon Sep 17 00:00:00 2001 From: German DZ Date: Fri, 7 Feb 2014 09:22:10 +0100 Subject: [PATCH 1/2] New folder structure to support TextMate2 bundles format Docker-DCO-1.1-Signed-off-by: German Del Zotto (github: GermanDZ) --- .../Preferences}/Dockerfile.tmPreferences | 0 .../Syntaxes}/Dockerfile.tmLanguage | 0 .../syntax/textmate/Docker.tmbundle/info.plist | 16 ++++++++++++++++ 3 files changed, 16 insertions(+) rename contrib/syntax/textmate/{ => Docker.tmbundle/Preferences}/Dockerfile.tmPreferences (100%) rename contrib/syntax/textmate/{ => Docker.tmbundle/Syntaxes}/Dockerfile.tmLanguage (100%) create mode 100644 contrib/syntax/textmate/Docker.tmbundle/info.plist diff --git a/contrib/syntax/textmate/Dockerfile.tmPreferences b/contrib/syntax/textmate/Docker.tmbundle/Preferences/Dockerfile.tmPreferences similarity index 100% rename from contrib/syntax/textmate/Dockerfile.tmPreferences rename to contrib/syntax/textmate/Docker.tmbundle/Preferences/Dockerfile.tmPreferences diff --git a/contrib/syntax/textmate/Dockerfile.tmLanguage b/contrib/syntax/textmate/Docker.tmbundle/Syntaxes/Dockerfile.tmLanguage similarity index 100% rename from contrib/syntax/textmate/Dockerfile.tmLanguage rename to contrib/syntax/textmate/Docker.tmbundle/Syntaxes/Dockerfile.tmLanguage diff --git a/contrib/syntax/textmate/Docker.tmbundle/info.plist b/contrib/syntax/textmate/Docker.tmbundle/info.plist new file mode 100644 index 000000000..239f4b0a9 --- /dev/null +++ b/contrib/syntax/textmate/Docker.tmbundle/info.plist @@ -0,0 +1,16 @@ + + + + + contactEmailRot13 + germ@andz.com.ar + contactName + GermanDZ + description + Helpers for Docker. + name + Docker + uuid + 8B9DDBAF-E65C-4E12-FFA7-467D4AA535B1 + + From ac06646b1fb7172937c52d5f1217dcac5a86f0f9 Mon Sep 17 00:00:00 2001 From: German DZ Date: Fri, 7 Feb 2014 09:30:11 +0100 Subject: [PATCH 2/2] Instructions for Textmate's bundle installation Docker-DCO-1.1-Signed-off-by: German Del Zotto (github: GermanDZ) --- contrib/syntax/textmate/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/syntax/textmate/README.md b/contrib/syntax/textmate/README.md index 8f3ec693b..e78b76af4 100644 --- a/contrib/syntax/textmate/README.md +++ b/contrib/syntax/textmate/README.md @@ -1,4 +1,4 @@ -# Dockerfile.tmLanguage +# Docker.tmbundle Dockerfile syntaxt highlighting for TextMate and Sublime Text. @@ -6,11 +6,11 @@ Dockerfile syntaxt highlighting for TextMate and Sublime Text. ### Sublime Text -Available for Sublime Text under [package control](https://sublime.wbond.net/packages/Dockerfile%20Syntax%20Highlighting). +Available for Sublime Text under [package control](https://sublime.wbond.net/packages/Dockerfile%20Syntax%20Highlighting). Search for *Dockerfile Syntax Highlighting* -### TextMate +### TextMate 2 -*...unknown. Probably put it somewhere smart.* +Copy the directory `Docker.tmbundle` (showed as a Package in OSX) to `~/Library/Application Support/TextMate/Managed/Bundles` enjoy.