summaryrefslogtreecommitdiff
path: root/tests/examplefiles/docker.docker
Commit message (Collapse)AuthorAgeFilesLines
* Update Dockerfile lexerMaxime Vidori2017-03-281-2/+31
| | | | | | Add Dockerfiles new keyword in the lexer Improve lexer to parse json arrays on specific commands Handle line breaks as a bash syntax
* DockerLexer: Improve multiline and quote handling.Tim Hatch2014-10-061-0/+5
Fixes #1040