forked from mrchief/AsciiDoc.SublimeText2
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDefault.tmPreferences
42 lines (42 loc) · 1.26 KB
/
Default.tmPreferences
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Globals</string>
<key>scope</key>
<string></string>
<key>settings</key>
<dict>
<key>shellVariables</key>
<array>
<dict>
<key>name</key>
<string>TM_FULLNAME</string>
<key>value</key>
<string><![CDATA[My Full Name]]></string>
</dict>
<dict>
<key>name</key>
<string>TM_EMAIL</string>
<key>value</key>
<string><![CDATA[My Email]]></string>
</dict>
<dict>
<key>name</key>
<string>TM_ORGANIZATION_NAME</string>
<key>value</key>
<string><![CDATA[My Company]]></string>
</dict>
<dict>
<key>name</key>
<string>TM_YEAR</string>
<key>value</key>
<string><![CDATA[2013]]></string>
</dict>
</array>
</dict>
<key>uuid</key>
<string>0ef292cd-943a-4fb0-b43d-65959c5e6b06</string>
</dict>
</plist>