-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathAdditionalLanguages.plist
More file actions
37 lines (37 loc) · 953 Bytes
/
AdditionalLanguages.plist
File metadata and controls
37 lines (37 loc) · 953 Bytes
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
<?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>Xcode.SourceCodeLanguage.Logos</key>
<dict>
<key>languageSpecification</key>
<string>xcode.lang.logos</string>
<key>fileDataType</key>
<array>
<dict>
<key>identifier</key>
<string>com.apple.xcode.logos-source</string>
</dict>
</array>
<key>id</key>
<string>Xcode.SourceCodeLanguage.Logos</string>
<key>point</key>
<string>Xcode.SourceCodeLanguage</string>
<key>languageName</key>
<string>Logos</string>
<key>version</key>
<string>1.0</string>
<key>documentationAbbreviation</key>
<string>logos</string>
<key>conformsTo</key>
<array>
<dict>
<key>identifier</key>
<string>Xcode.SourceCodeLanguage.Generic</string>
</dict>
</array>
<key>name</key>
<string>Logos Language</string>
</dict>
</dict>
</plist>