moby--moby/contrib/syntax/textmate
Vincent Batts 7617ec176d .: 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>
2015-03-25 13:38:17 -04:00
..
Docker.tmbundle .: remove trailing white spaces 2015-03-25 13:38:17 -04:00
README.md Instructions for Textmate's bundle installation 2014-02-07 09:30:11 +01:00
REVIEWERS Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00

README.md

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.