Skip to content

Releases: asbjornenge/Docker.tmbundle

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

Handle escaped chars in directive args

20 Sep 10:42
Compare
Choose a tag to compare
FROM abc

RUN echo a=\"b+c\" >> test.txt
#          ^^ this used to cause error in syntax highlighting

Now fixed
funny GitHub highlights it wrong as well well

Allow comments and empty lines in multiline args

18 Sep 00:29
Compare
Choose a tag to compare

Added highlighting invalid newlines for sublime text

17 Sep 13:14
Compare
Choose a tag to compare

Thanks @andyneff for #6

RUN apt-get update
    apt-get install curl
^^^^ this will now be highlighted as invalid

Added .sublime-syntax

04 Nov 10:16
Compare
Choose a tag to compare
v1.0.1

add converted sublime syntax