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 >
Text File  |  2000-06-05  |  3KB  |  109 lines

  1. object TPersHolder
  2.   P.Name = 'Oberon'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       CaseSensitive = True
  8.       FIText = 0
  9.       FIIntNum = 3
  10.       FIFloatNum = 4
  11.       FIHexNum = 5
  12.       UseComments = True
  13.       UseMultiLineComments = True
  14.       UseStrings = True
  15.       UseSingleLineStrings = True
  16.       UseNumbers = True
  17.       UseSuffixedNumbers = True
  18.       UseMultipleNumSuffixes = False
  19.       UseKeywords = True
  20.       BlockDelimiters = <>
  21.       MultiLineCommentDelimiters = <
  22.         item
  23.           FontID = 1
  24.           LeftDelimiter = '(*'
  25.           RightDelimiter = '*)'
  26.         end>
  27.       SingleLineStringDelimiters = <
  28.         item
  29.           FontID = 2
  30.           LeftDelimiter = '"'
  31.           RightDelimiter = '"'
  32.         end>
  33.       NumSuffixes = <
  34.         item
  35.           LeftDelimiter = 'H'
  36.         end
  37.         item
  38.           LeftDelimiter = 'X'
  39.         end>
  40.       KeywordSets = <
  41.         item
  42.           FontID = 6
  43.           Name = 'reserved'
  44.           Keywords = 
  45.             'ARRAY,BEGIN,CASE,CONST,DIV,DO,ELSE,ELSIF,END,EXIT,IF,IMPORT,IN,I' +
  46.             'S,LOOP,MOD,MODULE,NIL,OF,OR,POINTER,PROCEDURE,RECORD,REPEAT,RETU' +
  47.             'RN,THEN,TO,TYPE,UNTIL,VAR,WHILE,WITH'
  48.         end>
  49.     end>
  50.   P.FontTable = <
  51.     item
  52.       FontID = 0
  53.       Font.Charset = DEFAULT_CHARSET
  54.       Font.Color = clBlack
  55.       Font.Height = -13
  56.       Font.Name = 'Courier New'
  57.       Font.Style = []
  58.     end
  59.     item
  60.       FontID = 1
  61.       Font.Charset = DEFAULT_CHARSET
  62.       Font.Color = clGray
  63.       Font.Height = -13
  64.       Font.Name = 'Courier New'
  65.       Font.Style = [fsItalic]
  66.     end
  67.     item
  68.       FontID = 2
  69.       Font.Charset = DEFAULT_CHARSET
  70.       Font.Color = clMaroon
  71.       Font.Height = -13
  72.       Font.Name = 'Courier New'
  73.       Font.Style = []
  74.     end
  75.     item
  76.       FontID = 3
  77.       Font.Charset = DEFAULT_CHARSET
  78.       Font.Color = clGreen
  79.       Font.Height = -13
  80.       Font.Name = 'Courier New'
  81.       Font.Style = []
  82.     end
  83.     item
  84.       FontID = 4
  85.       Font.Charset = DEFAULT_CHARSET
  86.       Font.Color = clGreen
  87.       Font.Height = -13
  88.       Font.Name = 'Courier New'
  89.       Font.Style = []
  90.     end
  91.     item
  92.       FontID = 5
  93.       Font.Charset = DEFAULT_CHARSET
  94.       Font.Color = clGreen
  95.       Font.Height = -13
  96.       Font.Name = 'Courier New'
  97.       Font.Style = []
  98.     end
  99.     item
  100.       FontID = 6
  101.       Font.Charset = DEFAULT_CHARSET
  102.       Font.Color = clBlue
  103.       Font.Height = -13
  104.       Font.Name = 'Courier New'
  105.       Font.Style = [fsBold]
  106.     end>
  107.   P.SyntaxVersion = 2
  108. end
  109.