home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / Topware / Scriptworx / _SETUP.1 / perl.sch < prev    next >
Text File  |  2000-10-20  |  3KB  |  146 lines

  1. object TPersHolder
  2.   P.Name = 'Perl'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       CaseSensitive = True
  8.       UseMetaSymbol = True
  9.       UseMetaToWrapLines = True
  10.       MetaSymbol = '\'
  11.       FIText = 0
  12.       FIIntNum = 1
  13.       FIFloatNum = 2
  14.       FIHexNum = 3
  15.       FIIdentifier = 9
  16.       UseComments = True
  17.       UseSingleLineComments = True
  18.       UseStrings = True
  19.       UseSingleLineStrings = True
  20.       UseNumbers = True
  21.       UseIdentifiers = True
  22.       UsePrefixedIdentifiers = True
  23.       UseKeywords = True
  24.       BlockDelimiters = <>
  25.       SingleLineCommentDelimiters = <
  26.         item
  27.           FontID = 4
  28.           LeftDelimiter = '#'
  29.         end>
  30.       SingleLineStringDelimiters = <
  31.         item
  32.           FontID = 5
  33.           LeftDelimiter = '"'
  34.           RightDelimiter = '"'
  35.         end
  36.         item
  37.           FontID = 6
  38.           LeftDelimiter = #39
  39.           RightDelimiter = #39
  40.         end
  41.         item
  42.           FontID = 7
  43.           LeftDelimiter = '`'
  44.           RightDelimiter = '`'
  45.         end>
  46.       IdentPrefixes = <
  47.         item
  48.           LeftDelimiter = '$#'
  49.         end
  50.         item
  51.           LeftDelimiter = '$'
  52.         end>
  53.       KeywordSets = <
  54.         item
  55.           FontID = 8
  56.           Name = 'reserved'
  57.           Keywords = 
  58.             'and,cmp,continue,do,else,elsif,eq,for,foreach,ge,goto,gt,if,last' +
  59.             ',le,lt,my,ne,next,not,or,package,return,sub,switch,unless,until,' +
  60.             'use,while,xor'
  61.         end>
  62.     end>
  63.   P.FontTable = <
  64.     item
  65.       FontID = 0
  66.       Font.Charset = DEFAULT_CHARSET
  67.       Font.Color = clBlack
  68.       Font.Height = -13
  69.       Font.Name = 'Courier New'
  70.       Font.Style = []
  71.     end
  72.     item
  73.       FontID = 1
  74.       Font.Charset = DEFAULT_CHARSET
  75.       Font.Color = clTeal
  76.       Font.Height = -13
  77.       Font.Name = 'Courier New'
  78.       Font.Style = []
  79.     end
  80.     item
  81.       FontID = 2
  82.       Font.Charset = DEFAULT_CHARSET
  83.       Font.Color = clTeal
  84.       Font.Height = -13
  85.       Font.Name = 'Courier New'
  86.       Font.Style = []
  87.     end
  88.     item
  89.       FontID = 3
  90.       Font.Charset = DEFAULT_CHARSET
  91.       Font.Color = clTeal
  92.       Font.Height = -13
  93.       Font.Name = 'Courier New'
  94.       Font.Style = []
  95.     end
  96.     item
  97.       FontID = 4
  98.       Font.Charset = DEFAULT_CHARSET
  99.       Font.Color = clGreen
  100.       Font.Height = -13
  101.       Font.Name = 'Courier New'
  102.       Font.Style = [fsItalic]
  103.     end
  104.     item
  105.       FontID = 5
  106.       Font.Charset = DEFAULT_CHARSET
  107.       Font.Color = clMaroon
  108.       Font.Height = -13
  109.       Font.Name = 'Courier New'
  110.       Font.Style = []
  111.     end
  112.     item
  113.       FontID = 6
  114.       Font.Charset = DEFAULT_CHARSET
  115.       Font.Color = clMaroon
  116.       Font.Height = -13
  117.       Font.Name = 'Courier New'
  118.       Font.Style = []
  119.     end
  120.     item
  121.       FontID = 7
  122.       Font.Charset = DEFAULT_CHARSET
  123.       Font.Color = clMaroon
  124.       Font.Height = -13
  125.       Font.Name = 'Courier New'
  126.       Font.Style = []
  127.     end
  128.     item
  129.       FontID = 8
  130.       Font.Charset = DEFAULT_CHARSET
  131.       Font.Color = clBlue
  132.       Font.Height = -13
  133.       Font.Name = 'Courier New'
  134.       Font.Style = [fsBold]
  135.     end
  136.     item
  137.       FontID = 9
  138.       Font.Charset = DEFAULT_CHARSET
  139.       Font.Color = clOlive
  140.       Font.Height = -13
  141.       Font.Name = 'Courier New'
  142.       Font.Style = []
  143.     end>
  144.   P.SyntaxVersion = 2
  145. end
  146.