added everything
This commit is contained in:
BIN
xcode/script editing/Install TorqueScript for Xcode.pkg.zip
Executable file
BIN
xcode/script editing/Install TorqueScript for Xcode.pkg.zip
Executable file
Binary file not shown.
13
xcode/script editing/Torque.pbfilespec
Executable file
13
xcode/script editing/Torque.pbfilespec
Executable file
@ -0,0 +1,13 @@
|
||||
/**
|
||||
Torque source file specs.
|
||||
*/
|
||||
(
|
||||
{
|
||||
Identifier = sourcecode.torque;
|
||||
BasedOn = sourcecode;
|
||||
Extensions = (cs, gui, mis);
|
||||
MIMETypes = ("text/torquescript");
|
||||
ComputerLanguage = torque;
|
||||
IsTextFile = YES;
|
||||
}
|
||||
)
|
72
xcode/script editing/Torque.pblangspec
Executable file
72
xcode/script editing/Torque.pblangspec
Executable file
@ -0,0 +1,72 @@
|
||||
/**
|
||||
Torque language specification.
|
||||
*/
|
||||
(
|
||||
// Torque script
|
||||
{
|
||||
Identifier = torque;
|
||||
Name = "Torque Engine Script";
|
||||
Description = "Torque Engine Script";
|
||||
BasedOn = "pbx_root_language";
|
||||
SourceScannerClassName = PBXCSourceScanner;
|
||||
Indentation = {
|
||||
};
|
||||
SyntaxColoring = {
|
||||
SingleLineComment = ( "//" );
|
||||
CaseSensitive = NO;
|
||||
UnicodeSymbols = NO;
|
||||
IndexedSymbols = YES;
|
||||
CommentsCanBeNested = NO;
|
||||
IdentifierStartChars = "$%";
|
||||
IdentifierChars = "_-";
|
||||
MultLineComment = (
|
||||
);
|
||||
String = (
|
||||
( "\"", "\"" ),
|
||||
( "'", "'" )
|
||||
);
|
||||
EscapeCharacter = "\\";
|
||||
Keywords = (
|
||||
"break",
|
||||
"case",
|
||||
"continue",
|
||||
"datablock",
|
||||
"default",
|
||||
"else",
|
||||
"false",
|
||||
"function",
|
||||
"if",
|
||||
"for",
|
||||
"new",
|
||||
"or",
|
||||
"package",
|
||||
"return",
|
||||
"switch",
|
||||
"switch$",
|
||||
"true",
|
||||
"while",
|
||||
"$",
|
||||
"%",
|
||||
"@",
|
||||
"SPC",
|
||||
);
|
||||
AltKeywords = (
|
||||
"echo",
|
||||
"error",
|
||||
"warn",
|
||||
"exec",
|
||||
"call",
|
||||
"VectorAdd",
|
||||
"VectorCross",
|
||||
"VectorDist",
|
||||
"VectorDot",
|
||||
"VectorLen",
|
||||
"VectorNormalize",
|
||||
"VectorOrthoBasis",
|
||||
"VectorScale",
|
||||
"VectorSub"
|
||||
);
|
||||
};
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user