Dockerfile Syntax Highlighting
Dockerfile syntax
Labels language syntax
Details
Installs
- Total 213K
- Win 48K
- Mac 99K
- Linux 66K
Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 3 | 7 | 6 | 7 | 7 | 11 | 10 | 10 | 4 | 12 | 12 | 8 | 6 | 8 | 4 | 9 | 13 | 5 | 5 | 9 | 12 | 3 | 1 | 8 | 10 | 5 | 12 | 6 | 2 | 8 | 5 | 9 | 8 | 7 | 6 | 3 | 2 | 9 | 9 | 8 | 5 | 6 | 4 | 5 | 8 | 8 |
Mac | 3 | 12 | 17 | 8 | 11 | 19 | 8 | 6 | 8 | 5 | 19 | 18 | 12 | 9 | 5 | 6 | 13 | 10 | 14 | 15 | 12 | 7 | 4 | 5 | 13 | 6 | 11 | 10 | 5 | 4 | 7 | 18 | 13 | 10 | 6 | 5 | 4 | 13 | 6 | 13 | 12 | 18 | 9 | 6 | 23 | 9 |
Linux | 1 | 10 | 15 | 19 | 13 | 5 | 7 | 4 | 15 | 7 | 8 | 11 | 11 | 14 | 4 | 3 | 3 | 16 | 11 | 6 | 18 | 8 | 6 | 8 | 18 | 12 | 17 | 11 | 8 | 9 | 15 | 9 | 5 | 6 | 10 | 7 | 7 | 12 | 5 | 10 | 9 | 12 | 8 | 8 | 9 | 14 |
Readme
- Source
- raw.githubusercontent.com
Docker.tmbundle
Dockerfile syntax highlighting for TextMate and Sublime Text.
Install
Sublime Text
Available for Sublime Text under package control. Search for Dockerfile Syntax Highlighting
TextMate 2
You can install this bundle in TextMate by opening the preferences and going to the bundles tab. After installation it will be automatically updated for you.
enjoy.
Changelog
1.3.0
- Added invalid newlines highlighting
1.2.0
- Updated with latest keywords
1.0.1
- Added
Dockerfile.sublime-syntax
, converted from tmLanguage
1.0.0
- Started doing version tags
- Added
ARG
instruction
License
Copyright 2014 Asbjorn Enge
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.