mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
16 lines
235 B
Plaintext
16 lines
235 B
Plaintext
/*
|
|
* ObjectiveJ.xcspec: Xcode file type for Objective-J
|
|
*
|
|
*/
|
|
|
|
(
|
|
{
|
|
Type = FileType;
|
|
Identifier = sourcecode.objj;
|
|
BasedOn = sourcecode;
|
|
Name = "Objective-J file";
|
|
Extensions = ( j );
|
|
Language = "xcode.lang.objj";
|
|
}
|
|
)
|