forked from apollographql/xcode-graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xcode.SourceCodeLanguage.GraphQL.plist
46 lines (46 loc) · 1.04 KB
/
Xcode.SourceCodeLanguage.GraphQL.plist
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
43
44
45
46
<?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>commentSyntaxes</key>
<array>
<dict>
<key>prefix</key>
<string>/*</string>
<key>suffix</key>
<string>*/</string>
</dict>
<dict>
<key>prefix</key>
<string>//</string>
</dict>
</array>
<key>conformsToLanguageIdentifiers</key>
<array>
<string>Xcode.SourceCodeLanguage.Generic</string>
</array>
<key>fileDataTypeIdentifiers</key>
<array>
<string>com.netscape.javascript-source</string>
</array>
<key>identifier</key>
<string>Xcode.SourceCodeLanguage.GraphQL</string>
<key>isHidden</key>
<false/>
<key>languageName</key>
<string>GraphQL</string>
<key>languageSpecification</key>
<string>xcode.lang.graphql</string>
<key>supportsIndentation</key>
<true/>
<key>allowWhitespaceTrimming</key>
<true/>
<key>requiresHardTabs</key>
<false/>
<key>indentationTriggers</key>
<array>
<string>{</string>
<string>}</string>
</array>
</dict>
</plist>