mirror of
https://github.com/tauri-apps/rust-xcode-plugin.git
synced 2026-01-31 00:45:21 +01:00
15 lines
213 B
Plaintext
Executable File
15 lines
213 B
Plaintext
Executable File
/*
|
|
* Rust.xcspec: Xcode file type for Rust
|
|
*
|
|
*/
|
|
|
|
(
|
|
{
|
|
Type = FileType;
|
|
Identifier = sourcecode.rust;
|
|
BasedOn = sourcecode;
|
|
Name = "Rust file";
|
|
Extensions = ( rs );
|
|
Language = "xcode.lang.rust";
|
|
}
|
|
) |