2013-09-13 13:02:44 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-11-04 10:03:39 +01:00
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
2013-09-13 13:02:44 +02:00
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
2013-12-27 10:05:25 +01:00
|
|
|
<key>fileTypes</key>
|
|
|
|
<array>
|
|
|
|
<string>Dockerfile</string>
|
|
|
|
</array>
|
2015-06-15 00:04:05 +02:00
|
|
|
<key>name</key>
|
|
|
|
<string>Dockerfile</string>
|
2013-09-13 13:02:44 +02:00
|
|
|
<key>patterns</key>
|
|
|
|
<array>
|
2017-05-08 14:32:54 -07:00
|
|
|
<dict>
|
|
|
|
<key>captures</key>
|
|
|
|
<dict>
|
|
|
|
<key>1</key>
|
|
|
|
<dict>
|
|
|
|
<key>name</key>
|
|
|
|
<string>keyword.other.special-method.dockerfile</string>
|
|
|
|
</dict>
|
|
|
|
<key>2</key>
|
|
|
|
<dict>
|
|
|
|
<key>name</key>
|
|
|
|
<string>keyword.other.special-method.dockerfile</string>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
<key>match</key>
|
|
|
|
<string>^\s*\b(FROM)\b.*?\b(AS)\b</string>
|
|
|
|
</dict>
|
2013-09-13 13:02:44 +02:00
|
|
|
<dict>
|
2014-02-06 20:38:20 +01:00
|
|
|
<key>captures</key>
|
|
|
|
<dict>
|
2015-06-15 00:04:05 +02:00
|
|
|
<key>1</key>
|
2014-02-06 20:38:20 +01:00
|
|
|
<dict>
|
|
|
|
<key>name</key>
|
2015-03-25 13:38:17 -04:00
|
|
|
<string>keyword.control.dockerfile</string>
|
2014-02-06 20:38:20 +01:00
|
|
|
</dict>
|
2015-06-15 00:04:05 +02:00
|
|
|
<key>2</key>
|
2014-02-06 20:38:20 +01:00
|
|
|
<dict>
|
|
|
|
<key>name</key>
|
2015-03-25 13:38:17 -04:00
|
|
|
<string>keyword.other.special-method.dockerfile</string>
|
2014-02-06 20:38:20 +01:00
|
|
|
</dict>
|
|
|
|
</dict>
|
2015-06-15 00:04:05 +02:00
|
|
|
<key>match</key>
|
2016-06-05 17:45:21 +02:00
|
|
|
<string>^\s*(?:(ONBUILD)\s+)?(ADD|ARG|CMD|COPY|ENTRYPOINT|ENV|EXPOSE|FROM|HEALTHCHECK|LABEL|MAINTAINER|RUN|SHELL|STOPSIGNAL|USER|VOLUME|WORKDIR)\s</string>
|
2013-09-13 13:02:44 +02:00
|
|
|
</dict>
|
|
|
|
<dict>
|
2014-02-06 20:38:20 +01:00
|
|
|
<key>captures</key>
|
|
|
|
<dict>
|
2015-06-15 00:04:05 +02:00
|
|
|
<key>1</key>
|
2014-02-06 20:38:20 +01:00
|
|
|
<dict>
|
|
|
|
<key>name</key>
|
2015-03-25 13:38:17 -04:00
|
|
|
<string>keyword.operator.dockerfile</string>
|
2014-02-06 20:38:20 +01:00
|
|
|
</dict>
|
2015-06-15 00:04:05 +02:00
|
|
|
<key>2</key>
|
2014-02-06 20:38:20 +01:00
|
|
|
<dict>
|
|
|
|
<key>name</key>
|
2015-03-25 13:38:17 -04:00
|
|
|
<string>keyword.other.special-method.dockerfile</string>
|
2014-02-06 20:38:20 +01:00
|
|
|
</dict>
|
|
|
|
</dict>
|
2015-06-15 00:04:05 +02:00
|
|
|
<key>match</key>
|
|
|
|
<string>^\s*(?:(ONBUILD)\s+)?(CMD|ENTRYPOINT)\s</string>
|
2013-09-13 13:02:44 +02:00
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>begin</key>
|
|
|
|
<string>"</string>
|
2015-06-15 00:04:05 +02:00
|
|
|
<key>beginCaptures</key>
|
|
|
|
<dict>
|
|
|
|
<key>1</key>
|
|
|
|
<dict>
|
|
|
|
<key>name</key>
|
|
|
|
<string>punctuation.definition.string.begin.dockerfile</string>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
2013-09-13 13:02:44 +02:00
|
|
|
<key>end</key>
|
|
|
|
<string>"</string>
|
2015-06-15 00:04:05 +02:00
|
|
|
<key>endCaptures</key>
|
|
|
|
<dict>
|
|
|
|
<key>1</key>
|
|
|
|
<dict>
|
|
|
|
<key>name</key>
|
|
|
|
<string>punctuation.definition.string.end.dockerfile</string>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
2013-09-13 13:02:44 +02:00
|
|
|
<key>name</key>
|
|
|
|
<string>string.quoted.double.dockerfile</string>
|
|
|
|
<key>patterns</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>match</key>
|
|
|
|
<string>\\.</string>
|
|
|
|
<key>name</key>
|
|
|
|
<string>constant.character.escaped.dockerfile</string>
|
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
</dict>
|
2014-02-06 20:50:36 +01:00
|
|
|
<dict>
|
|
|
|
<key>begin</key>
|
|
|
|
<string>'</string>
|
2015-06-15 00:04:05 +02:00
|
|
|
<key>beginCaptures</key>
|
|
|
|
<dict>
|
|
|
|
<key>1</key>
|
|
|
|
<dict>
|
|
|
|
<key>name</key>
|
|
|
|
<string>punctuation.definition.string.begin.dockerfile</string>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
2014-02-06 20:50:36 +01:00
|
|
|
<key>end</key>
|
|
|
|
<string>'</string>
|
2015-06-15 00:04:05 +02:00
|
|
|
<key>endCaptures</key>
|
|
|
|
<dict>
|
|
|
|
<key>1</key>
|
|
|
|
<dict>
|
|
|
|
<key>name</key>
|
|
|
|
<string>punctuation.definition.string.end.dockerfile</string>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
2014-02-06 20:50:36 +01:00
|
|
|
<key>name</key>
|
|
|
|
<string>string.quoted.single.dockerfile</string>
|
|
|
|
<key>patterns</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>match</key>
|
|
|
|
<string>\\.</string>
|
|
|
|
<key>name</key>
|
|
|
|
<string>constant.character.escaped.dockerfile</string>
|
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
</dict>
|
2013-09-13 13:02:44 +02:00
|
|
|
<dict>
|
2015-06-15 00:04:05 +02:00
|
|
|
<key>captures</key>
|
|
|
|
<dict>
|
|
|
|
<key>1</key>
|
|
|
|
<dict>
|
|
|
|
<key>name</key>
|
|
|
|
<string>punctuation.whitespace.comment.leading.dockerfile</string>
|
|
|
|
</dict>
|
|
|
|
<key>2</key>
|
|
|
|
<dict>
|
|
|
|
<key>name</key>
|
|
|
|
<string>comment.line.number-sign.dockerfile</string>
|
|
|
|
</dict>
|
|
|
|
<key>3</key>
|
|
|
|
<dict>
|
|
|
|
<key>name</key>
|
|
|
|
<string>punctuation.definition.comment.dockerfile</string>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
<key>comment</key>
|
|
|
|
<string>comment.line</string>
|
2013-09-13 13:02:44 +02:00
|
|
|
<key>match</key>
|
2015-06-15 00:04:05 +02:00
|
|
|
<string>^(\s*)((#).*$\n?)</string>
|
2013-09-13 13:02:44 +02:00
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
<key>scopeName</key>
|
|
|
|
<string>source.dockerfile</string>
|
|
|
|
<key>uuid</key>
|
|
|
|
<string>a39d8795-59d2-49af-aa00-fe74ee29576e</string>
|
|
|
|
</dict>
|
|
|
|
</plist>
|