瀏覽代碼

Merge pull request #3990 from 1uptalent/3989-fix-textmate-syntax

Fix textmate syntax bundler organization
Tianon Gravi 11 年之前
父節點
當前提交
029a045ef5

+ 0 - 0
contrib/syntax/textmate/Dockerfile.tmPreferences → contrib/syntax/textmate/Docker.tmbundle/Preferences/Dockerfile.tmPreferences


+ 0 - 0
contrib/syntax/textmate/Dockerfile.tmLanguage → contrib/syntax/textmate/Docker.tmbundle/Syntaxes/Dockerfile.tmLanguage


+ 16 - 0
contrib/syntax/textmate/Docker.tmbundle/info.plist

@@ -0,0 +1,16 @@
+<?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>contactEmailRot13</key>
+	<string>germ@andz.com.ar</string>
+	<key>contactName</key>
+	<string>GermanDZ</string>
+	<key>description</key>
+	<string>Helpers for Docker.</string>
+	<key>name</key>
+	<string>Docker</string>
+	<key>uuid</key>
+	<string>8B9DDBAF-E65C-4E12-FFA7-467D4AA535B1</string>
+</dict>
+</plist>

+ 4 - 4
contrib/syntax/textmate/README.md

@@ -1,4 +1,4 @@
-# Dockerfile.tmLanguage
+# Docker.tmbundle
 
 
 Dockerfile syntaxt highlighting for TextMate and Sublime Text.
 Dockerfile syntaxt highlighting for TextMate and Sublime Text.
 
 
@@ -6,11 +6,11 @@ Dockerfile syntaxt highlighting for TextMate and Sublime Text.
 
 
 ### 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*
 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.
 enjoy.