Files
docker-cli/components/engine/contrib/syntax/textmate
Vincent Batts d4497c7a2b .: remove trailing white spaces
blame tibor this one ;-)
```
find . -type f -not -name '*.png' -not -name '*.go' -not -name '*.md'
-not -name '*.tar' -not -name '*.pem' -not -path './vendor/*' -not -path
'./.git/*' -not -path '*/testdata/*' -not -path './docs/*images*' -not
-path '*/testfiles/*' -not -path './bundles/*' -not -path
'./docs/*static*/*' -not -path './docs/*article-img/*' -exec grep -HnEl
'[[:space:]]$' {} \; | xargs sed -iE 's/[[:space:]]*$//'
```

Signed-off-by: Vincent Batts <vbatts@redhat.com>
Upstream-commit: 7617ec176d266650b19c2378ccab4aa41e6dc5a2
Component: engine
2015-03-25 13:38:17 -04:00
..

Docker.tmbundle

Dockerfile syntaxt highlighting for TextMate and Sublime Text.

Install

Sublime Text

Available for Sublime Text under package control. Search for Dockerfile Syntax Highlighting

TextMate 2

Copy the directory Docker.tmbundle (showed as a Package in OSX) to ~/Library/Application Support/TextMate/Managed/Bundles

enjoy.