home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
Software
/
Topware
/
Scriptworx
/
_SETUP.1
/
oberon.sch
< prev
next >
Wrap
Text File
|
2000-06-05
|
3KB
|
109 lines
object TPersHolder
P.Name = 'Oberon'
P.SyntaxBlocks = <
item
Name = 'Default'
ID = 0
CaseSensitive = True
FIText = 0
FIIntNum = 3
FIFloatNum = 4
FIHexNum = 5
UseComments = True
UseMultiLineComments = True
UseStrings = True
UseSingleLineStrings = True
UseNumbers = True
UseSuffixedNumbers = True
UseMultipleNumSuffixes = False
UseKeywords = True
BlockDelimiters = <>
MultiLineCommentDelimiters = <
item
FontID = 1
LeftDelimiter = '(*'
RightDelimiter = '*)'
end>
SingleLineStringDelimiters = <
item
FontID = 2
LeftDelimiter = '"'
RightDelimiter = '"'
end>
NumSuffixes = <
item
LeftDelimiter = 'H'
end
item
LeftDelimiter = 'X'
end>
KeywordSets = <
item
FontID = 6
Name = 'reserved'
Keywords =
'ARRAY,BEGIN,CASE,CONST,DIV,DO,ELSE,ELSIF,END,EXIT,IF,IMPORT,IN,I' +
'S,LOOP,MOD,MODULE,NIL,OF,OR,POINTER,PROCEDURE,RECORD,REPEAT,RETU' +
'RN,THEN,TO,TYPE,UNTIL,VAR,WHILE,WITH'
end>
end>
P.FontTable = <
item
FontID = 0
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 1
Font.Charset = DEFAULT_CHARSET
Font.Color = clGray
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsItalic]
end
item
FontID = 2
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 3
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 4
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 5
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 6
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsBold]
end>
P.SyntaxVersion = 2
end