Fix syntax highlighting

This commit is contained in:
Adarsh Chavali
2020-02-04 10:42:12 -08:00
parent f6d4359f4d
commit 9c3f618005
3 changed files with 95 additions and 7 deletions

View File

@@ -0,0 +1,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>public.rust-source</string>
</array>
<key>identifier</key>
<string>Xcode.SourceCodeLanguage.Rust</string>
<key>isHidden</key>
<false/>
<key>languageName</key>
<string>Rust</string>
<key>languageSpecification</key>
<string>xcode.lang.rust</string>
<key>supportsIndentation</key>
<true/>
<key>allowWhitespaceTrimming</key>
<true/>
<key>requiresHardTabs</key>
<false/>
<key>indentationTriggers</key>
<array>
<string>{</string>
<string>}</string>
</array>
</dict>
</plist>