mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
25 lines
578 B
Text
25 lines
578 B
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||
|
<plist version="1.0">
|
||
|
<dict>
|
||
|
<key>name</key>
|
||
|
<string>Comments</string>
|
||
|
<key>scope</key>
|
||
|
<string>source.dockerfile</string>
|
||
|
<key>settings</key>
|
||
|
<dict>
|
||
|
<key>shellVariables</key>
|
||
|
<array>
|
||
|
<dict>
|
||
|
<key>name</key>
|
||
|
<string>TM_COMMENT_START</string>
|
||
|
<key>value</key>
|
||
|
<string># </string>
|
||
|
</dict>
|
||
|
</array>
|
||
|
</dict>
|
||
|
<key>uuid</key>
|
||
|
<string>2B215AC0-A7F3-4090-9FF6-F4842BD56CA7</string>
|
||
|
</dict>
|
||
|
</plist>
|