jaytaylor / Dockerfile.sublime-syntax

Dockerfile syntax for Sublime Text 3, installation instructions: http://www.macdrifter.com/2012/08/install-sublime-packages-from-github.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfile Syntax Highlighting for Sublime-Text 3

Dockerfile syntax highlighting for Sublime Text.

Includes support for gradle-based Dockerfile template syntax, e.g. @someVar@.

Install

Sublime Text

  1. Press cmd(⌘)-shift-p and type "add repo".

"add repository" screenshot

  1. Then paste in the GitHub address for this package:

https://github.com/jaytaylor/Dockerfile.sublime-syntax

"paste repository URL" screenshot

  1. Press cmd(⌘)-shift-p and type "install".

  2. Enter "Dockerfile.sublime-syntax" and press enter.

Now you're all set! Enjoy!

Changelog

1.3.1

  • Added support for gradle Dockerfile template syntax

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.

About

Dockerfile syntax for Sublime Text 3, installation instructions: http://www.macdrifter.com/2012/08/install-sublime-packages-from-github.html

License:MIT License