Torquscript wordfile entry for UltraEdit32
by jnbutler1815 · 04/03/2007 (11:24 am) · 2 comments
This wordfile entry is made to use entry number 20 in UltraEdit32 which is the recommended way UE states on their web site. Just copy and paste this entry into your wordfile at the end, then restart UE. Now you will have all the syntax highlighting for keywords, operators, and comments for *.cs; *.mis; and *.gui files.
/L20"TorqueScript" Line Comment = // Block Comment On = /* Block Comment Off = */ Escape Char = \ String Chars = "' File Extensions = CS MIS GUI
/Delimiters = ~!@^&*()-+=|\/{}[]:;"'<> , .?
/Function String = "function [a-zA-Z_]*)[~;]"
/Indent Strings = "{"
/Unindent Strings = "}"
/C1"Torque Keywords"
else
or
break
return
while
if
for
continue
function
new
datablock
case
switch$
switch
default
package
true
false
exec
echo
/C2"Torque Local Vars"
** %
/C3"Torque Global Vars"
** $
/C4"Torque Operators"
==
!=
>=
<=
&&
||
::
--
++
$=
!$=
<<
>>
+=
-=
*=
/=
%=
&=
^=
|=
<<=
>>=
@
?
[
]
+
-
*
/
<
>
|
.
!
&
^
~
=
/L20"TorqueScript" Line Comment = // Block Comment On = /* Block Comment Off = */ Escape Char = \ String Chars = "' File Extensions = CS MIS GUI
/Delimiters = ~!@^&*()-+=|\/{}[]:;"'<> , .?
/Function String = "function [a-zA-Z_]*)[~;]"
/Indent Strings = "{"
/Unindent Strings = "}"
/C1"Torque Keywords"
else
or
break
return
while
if
for
continue
function
new
datablock
case
switch$
switch
default
package
true
false
exec
echo
/C2"Torque Local Vars"
** %
/C3"Torque Global Vars"
** $
/C4"Torque Operators"
==
!=
>=
<=
&&
||
::
--
++
$=
!$=
<<
>>
+=
-=
*=
/=
%=
&=
^=
|=
<<=
>>=
@
?
[
]
+
-
*
/
<
>
|
.
!
&
^
~
=
About the author
Programmer for 25 years, game enthusiast for most of my life. Love learning new things. Principal at JNButler Development.
Recent Blogs
#2
11/05/2013 (12:17 pm)
Shortly after posting this resource the stint I had in my right coronary artery collapsed and I started having really bad arrhythmia all the time. I have finally gotten the problem straightened out and I am back to Torque again. 
Torque Owner Martin Schultz