Framscript syntax highlighting for TextPad 

Hi all,

Save everything below the --- in a file called 'framscript.syn' and you can
use it to enable syntax highlighting for Framscript in the TextPad text
editor.

Best regards,

Eelke Spaak
Nijmegen, NL

----

C=1
[Syntax]
Namespace1 = 6
IgnoreCase = No
KeyWordLength =
BracketChars = {[()]}~
OperatorChars = -+*/<>!%^&|=
SyntaxStart =
SyntaxEnd =
HexPrefix = 0x
CommentStart = /*
CommentEnd = */
CommentStartAlt =
CommentEndAlt =
SingleComment = //
SingleCommentCol =
SingleCommentAlt =
SingleCommentColAlt =
SingleCommentEsc =
StringsSpanLines = Yes
StringStart = "
StringEnd = "
StringAlt =
StringEsc = \
CharStart = '
CharEnd = '
CharEsc = \

[Keywords 1]
asm
break
class
case
continue
do
else
false
for
function
goto
if
new
null
return
switch
this
true
try
var
while
@include
\#include
label_
global

[Keywords 2]
Collision
Creature
CreaturesGroup
Dictionary
File
NeuroProperties
GenMan
GenManStats
Geno
Genotype
GenotypeGroup
GenotypeLibrary
Interface
Joint
LiveLibrary
Loader
Math
MechJoint
MechPart
Model
Neuro
NeuroClass
NeuroClassLibrary
NeuroDef
Part
sim_params
Simulator
stats
String
ShowProperties
Vector
World
WorldMap
ExpProperties
ExpState
Neuro
this
Creature
Element
GeomBuilder
GL
Loader
Material
MechJoint
MechPart
Scene
VertexBuilder
VisProperties
VisualModel
World
WorldMap
ClassBrowser
CLI
CreatureCharts
CreatureSelection
DynaChart
GLDisplay
NeuroDiagram
RowFormat
ShowManager
SimStatsCharts
TrackingCam
VisualStyle
Window

[Keywords 3]
script
expdef
show
class
prop
state

[Keywords 4]
name
info
code
id
type
flags
group
help
longname
prefinputs
prefoutput

[Keywords 5]
onExpDefLoad
onExpInit
onBorn
onStep
onKill
onExpLoad
onExpSave
onUserEvent
onLoad
onResize
onShowStep
onSelectionChange

Forums: 
Maciej Komosinski's picture

> Save everything below the --- in a file called 'framscript.syn' and you
> can use it to enable syntax highlighting for Framscript in the TextPad
> text editor.

Thanks Eelke!

More advanced syntax highlighting, hints, word completion at

http://www.framsticks.com/wiki/Framclipse

MacKo