mirror of
https://github.com/tauri-apps/rust-xcode-plugin.git
synced 2026-01-31 00:45:21 +01:00
47 lines
1.0 KiB
Plaintext
47 lines
1.0 KiB
Plaintext
<?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>
|