mirror of
https://github.com/docker/docs.git
synced 2026-03-29 15:28:51 +07:00
See https://github.com/honza/dockerfile.vim See also https://twitter.com/_honza/status/390046317579620352
19 lines
436 B
Plaintext
19 lines
436 B
Plaintext
*dockerfile.txt* Syntax highlighting for Dockerfiles
|
|
|
|
Author: Honza Pokorny <http://honza.ca>
|
|
License: BSD
|
|
|
|
INSTALLATION *installation*
|
|
|
|
Drop it on your Pathogen path and you're all set.
|
|
|
|
FEATURES *features*
|
|
|
|
The syntax highlighting includes:
|
|
|
|
* The directives (e.g. FROM)
|
|
* Strings
|
|
* Comments
|
|
|
|
vim:tw=78:et:ft=help:norl:
|