Browse code

New folder structure to support TextMate2 bundles format

Docker-DCO-1.1-Signed-off-by: German Del Zotto <germ@ndz.com.ar> (github: GermanDZ)

German DZ authored on 2014/02/07 17:22:10
Showing 5 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,24 @@
0
+<?xml version="1.0" encoding="UTF-8"?>
1
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
2
+<plist version="1.0">
3
+<dict>
4
+	<key>name</key>
5
+	<string>Comments</string>
6
+	<key>scope</key>
7
+	<string>source.dockerfile</string>
8
+	<key>settings</key>
9
+	<dict>
10
+		<key>shellVariables</key>
11
+		<array>
12
+			<dict>
13
+				<key>name</key>
14
+				<string>TM_COMMENT_START</string>
15
+				<key>value</key>
16
+				<string># </string>
17
+			</dict>
18
+		</array>
19
+	</dict>
20
+	<key>uuid</key>
21
+	<string>2B215AC0-A7F3-4090-9FF6-F4842BD56CA7</string>
22
+</dict>
23
+</plist>
0 24
new file mode 100644
... ...
@@ -0,0 +1,93 @@
0
+<?xml version="1.0" encoding="UTF-8"?>
1
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
2
+<plist version="1.0">
3
+<dict>
4
+	<key>name</key>
5
+	<string>Dockerfile</string>
6
+	<key>fileTypes</key>
7
+	<array>
8
+		<string>Dockerfile</string>
9
+	</array>
10
+	<key>patterns</key>
11
+	<array>
12
+		<dict>
13
+			<key>match</key>
14
+			<string>^\s*(ONBUILD\s+)?(FROM|MAINTAINER|RUN|EXPOSE|ENV|ADD|VOLUME|USER|WORKDIR)\s</string>
15
+			<key>captures</key>
16
+			<dict>
17
+				<key>0</key>
18
+				<dict>
19
+					<key>name</key>
20
+					<string>keyword.control.dockerfile</string>					
21
+				</dict>
22
+				<key>1</key>
23
+				<dict>
24
+					<key>name</key>
25
+					<string>keyword.other.special-method.dockerfile</string>					
26
+				</dict>
27
+			</dict>
28
+		</dict>
29
+		<dict>
30
+			<key>match</key>
31
+			<string>^\s*(ONBUILD\s+)?(CMD|ENTRYPOINT)\s</string>
32
+			<key>captures</key>
33
+			<dict>
34
+				<key>0</key>
35
+				<dict>
36
+					<key>name</key>
37
+					<string>keyword.operator.dockerfile</string>					
38
+				</dict>
39
+				<key>1</key>
40
+				<dict>
41
+					<key>name</key>
42
+					<string>keyword.other.special-method.dockerfile</string>					
43
+				</dict>
44
+			</dict>
45
+		</dict>
46
+		<dict>
47
+			<key>begin</key>
48
+			<string>"</string>
49
+			<key>end</key>
50
+			<string>"</string>
51
+			<key>name</key>
52
+			<string>string.quoted.double.dockerfile</string>
53
+			<key>patterns</key>
54
+			<array>
55
+				<dict>
56
+					<key>match</key>
57
+					<string>\\.</string>
58
+					<key>name</key>
59
+					<string>constant.character.escaped.dockerfile</string>
60
+				</dict>
61
+			</array>
62
+		</dict>
63
+		<dict>
64
+			<key>begin</key>
65
+			<string>'</string>
66
+			<key>end</key>
67
+			<string>'</string>
68
+			<key>name</key>
69
+			<string>string.quoted.single.dockerfile</string>
70
+			<key>patterns</key>
71
+			<array>
72
+				<dict>
73
+					<key>match</key>
74
+					<string>\\.</string>
75
+					<key>name</key>
76
+					<string>constant.character.escaped.dockerfile</string>
77
+				</dict>
78
+			</array>
79
+		</dict>
80
+		<dict>
81
+			<key>match</key>
82
+			<string>^\s*#.*$</string>
83
+			<key>name</key>
84
+			<string>comment.block.dockerfile</string>
85
+		</dict>
86
+	</array>
87
+	<key>scopeName</key>
88
+	<string>source.dockerfile</string>
89
+	<key>uuid</key>
90
+	<string>a39d8795-59d2-49af-aa00-fe74ee29576e</string>
91
+</dict>
92
+</plist>
0 93
new file mode 100644
... ...
@@ -0,0 +1,16 @@
0
+<?xml version="1.0" encoding="UTF-8"?>
1
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
2
+<plist version="1.0">
3
+<dict>
4
+	<key>contactEmailRot13</key>
5
+	<string>germ@andz.com.ar</string>
6
+	<key>contactName</key>
7
+	<string>GermanDZ</string>
8
+	<key>description</key>
9
+	<string>Helpers for Docker.</string>
10
+	<key>name</key>
11
+	<string>Docker</string>
12
+	<key>uuid</key>
13
+	<string>8B9DDBAF-E65C-4E12-FFA7-467D4AA535B1</string>
14
+</dict>
15
+</plist>
0 16
deleted file mode 100644
... ...
@@ -1,93 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
-<plist version="1.0">
4
-<dict>
5
-	<key>name</key>
6
-	<string>Dockerfile</string>
7
-	<key>fileTypes</key>
8
-	<array>
9
-		<string>Dockerfile</string>
10
-	</array>
11
-	<key>patterns</key>
12
-	<array>
13
-		<dict>
14
-			<key>match</key>
15
-			<string>^\s*(ONBUILD\s+)?(FROM|MAINTAINER|RUN|EXPOSE|ENV|ADD|VOLUME|USER|WORKDIR)\s</string>
16
-			<key>captures</key>
17
-			<dict>
18
-				<key>0</key>
19
-				<dict>
20
-					<key>name</key>
21
-					<string>keyword.control.dockerfile</string>					
22
-				</dict>
23
-				<key>1</key>
24
-				<dict>
25
-					<key>name</key>
26
-					<string>keyword.other.special-method.dockerfile</string>					
27
-				</dict>
28
-			</dict>
29
-		</dict>
30
-		<dict>
31
-			<key>match</key>
32
-			<string>^\s*(ONBUILD\s+)?(CMD|ENTRYPOINT)\s</string>
33
-			<key>captures</key>
34
-			<dict>
35
-				<key>0</key>
36
-				<dict>
37
-					<key>name</key>
38
-					<string>keyword.operator.dockerfile</string>					
39
-				</dict>
40
-				<key>1</key>
41
-				<dict>
42
-					<key>name</key>
43
-					<string>keyword.other.special-method.dockerfile</string>					
44
-				</dict>
45
-			</dict>
46
-		</dict>
47
-		<dict>
48
-			<key>begin</key>
49
-			<string>"</string>
50
-			<key>end</key>
51
-			<string>"</string>
52
-			<key>name</key>
53
-			<string>string.quoted.double.dockerfile</string>
54
-			<key>patterns</key>
55
-			<array>
56
-				<dict>
57
-					<key>match</key>
58
-					<string>\\.</string>
59
-					<key>name</key>
60
-					<string>constant.character.escaped.dockerfile</string>
61
-				</dict>
62
-			</array>
63
-		</dict>
64
-		<dict>
65
-			<key>begin</key>
66
-			<string>'</string>
67
-			<key>end</key>
68
-			<string>'</string>
69
-			<key>name</key>
70
-			<string>string.quoted.single.dockerfile</string>
71
-			<key>patterns</key>
72
-			<array>
73
-				<dict>
74
-					<key>match</key>
75
-					<string>\\.</string>
76
-					<key>name</key>
77
-					<string>constant.character.escaped.dockerfile</string>
78
-				</dict>
79
-			</array>
80
-		</dict>
81
-		<dict>
82
-			<key>match</key>
83
-			<string>^\s*#.*$</string>
84
-			<key>name</key>
85
-			<string>comment.block.dockerfile</string>
86
-		</dict>
87
-	</array>
88
-	<key>scopeName</key>
89
-	<string>source.dockerfile</string>
90
-	<key>uuid</key>
91
-	<string>a39d8795-59d2-49af-aa00-fe74ee29576e</string>
92
-</dict>
93
-</plist>
94 1
deleted file mode 100644
... ...
@@ -1,24 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
-<plist version="1.0">
4
-<dict>
5
-	<key>name</key>
6
-	<string>Comments</string>
7
-	<key>scope</key>
8
-	<string>source.dockerfile</string>
9
-	<key>settings</key>
10
-	<dict>
11
-		<key>shellVariables</key>
12
-		<array>
13
-			<dict>
14
-				<key>name</key>
15
-				<string>TM_COMMENT_START</string>
16
-				<key>value</key>
17
-				<string># </string>
18
-			</dict>
19
-		</array>
20
-	</dict>
21
-	<key>uuid</key>
22
-	<string>2B215AC0-A7F3-4090-9FF6-F4842BD56CA7</string>
23
-</dict>
24
-</plist>