Releases: asbjornenge/Docker.tmbundle
Releases · asbjornenge/Docker.tmbundle
v1.6.5
v1.6.4
Fix dashed from in bash version
v1.6.3 Update Dockerfile-bash.sublime-syntax
Fix comments on Dockerfile with Bash
v1.6.2 Update Dockerfile-bash.sublime-syntax
Polish Dockerfile with Bash syntax
Follow up to #24
Add Dockerfile with Bash syntax
Fix first line matching (again)
first_line_match
no longer accidentally matches things like from ... import ...
, to reduce confusion with Python syntax (#25)
Fix first line matching
corrected first_line_match * first_line_match no longer accidentally matches things like `import blah from 'blah'`