Skip to content

Releases: asbjornenge/Docker.tmbundle

v1.6.4

24 Jun 21:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.3...v1.6.4

Fix dashed from in bash version

14 Jul 01:22
5d04e13
Compare
Choose a tag to compare
v1.6.3

Update Dockerfile-bash.sublime-syntax

Fix comments on Dockerfile with Bash

22 Dec 22:19
f83f795
Compare
Choose a tag to compare
v1.6.2

Update Dockerfile-bash.sublime-syntax

Polish Dockerfile with Bash syntax

22 Dec 22:11
832a30d
Compare
Choose a tag to compare

Add Dockerfile with Bash syntax

22 Dec 22:00
Compare
Choose a tag to compare

Fix first line matching (again)

05 Dec 06:13
9e9a518
Compare
Choose a tag to compare

first_line_match no longer accidentally matches things like from ... import ..., to reduce confusion with Python syntax (#25)

Fix first line matching

06 Dec 08:53
Compare
Choose a tag to compare
corrected first_line_match

* first_line_match no longer accidentally matches things like `import blah from 'blah'`

Support lower case directives

02 Oct 12:03
Compare
Choose a tag to compare

Support multistage build

05 Sep 22:14
Compare
Choose a tag to compare

Update tmLanguage and move ST syntax into Syntaxes

20 Sep 12:42
Compare
Choose a tag to compare
  • updated tmLanguage to accept escaped character in directive args
  • moved Dockerfile.sublime-syntax into Syntaxes so the directory structure is unified