home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 07 & 08 / pca1507.iso / Software / Webstrijd / HTML / setup.exe / DISK1 / _SETUP.1 / perl.sch < prev    next >
Encoding:
Text File  |  2000-06-05  |  3.1 KB  |  136 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.       UseComments = True
  16.       UseSingleLineComments = True
  17.       UseStrings = True
  18.       UseSingleLineStrings = True
  19.       UseNumbers = True
  20.       UsePrefixedIdentifiers = True
  21.       UseKeywords = True
  22.       BlockDelimiters = <>
  23.       SingleLineCommentDelimiters = <
  24.         item
  25.           FontID = 4
  26.           LeftDelimiter = '#'
  27.         end>
  28.       SingleLineStringDelimiters = <
  29.         item
  30.           FontID = 5
  31.           LeftDelimiter = '"'
  32.           RightDelimiter = '"'
  33.         end
  34.         item
  35.           FontID = 6
  36.           LeftDelimiter = #39
  37.           RightDelimiter = #39
  38.         end
  39.         item
  40.           FontID = 7
  41.           LeftDelimiter = '`'
  42.           RightDelimiter = '`'
  43.         end>
  44.       IdentPrefixes = <
  45.         item
  46.           LeftDelimiter = '$#'
  47.         end
  48.         item
  49.           LeftDelimiter = '$'
  50.         end>
  51.       KeywordSets = <
  52.         item
  53.           FontID = 8
  54.           Name = 'reserved'
  55.           Keywords = 
  56.             'and,cmp,continue,do,else,elsif,eq,for,foreach,ge,goto,gt,if,last' +
  57.             ',le,lt,my,ne,next,not,or,package,return,sub,switch,unless,until,' +
  58.             'use,while,xor'
  59.         end>
  60.     end>
  61.   P.FontTable = <
  62.     item
  63.       FontID = 0
  64.       Font.Charset = DEFAULT_CHARSET
  65.       Font.Color = clBlack
  66.       Font.Height = -13
  67.       Font.Name = 'Courier New'
  68.       Font.Style = []
  69.     end
  70.     item
  71.       FontID = 1
  72.       Font.Charset = DEFAULT_CHARSET
  73.       Font.Color = clGreen
  74.       Font.Height = -13
  75.       Font.Name = 'Courier New'
  76.       Font.Style = []
  77.     end
  78.     item
  79.       FontID = 2
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clGreen
  82.       Font.Height = -13
  83.       Font.Name = 'Courier New'
  84.       Font.Style = []
  85.     end
  86.     item
  87.       FontID = 3
  88.       Font.Charset = DEFAULT_CHARSET
  89.       Font.Color = clGreen
  90.       Font.Height = -13
  91.       Font.Name = 'Courier New'
  92.       Font.Style = []
  93.     end
  94.     item
  95.       FontID = 4
  96.       Font.Charset = DEFAULT_CHARSET
  97.       Font.Color = clGray
  98.       Font.Height = -13
  99.       Font.Name = 'Courier New'
  100.       Font.Style = [fsItalic]
  101.     end
  102.     item
  103.       FontID = 5
  104.       Font.Charset = DEFAULT_CHARSET
  105.       Font.Color = clMaroon
  106.       Font.Height = -13
  107.       Font.Name = 'Courier New'
  108.       Font.Style = []
  109.     end
  110.     item
  111.       FontID = 6
  112.       Font.Charset = DEFAULT_CHARSET
  113.       Font.Color = clMaroon
  114.       Font.Height = -13
  115.       Font.Name = 'Courier New'
  116.       Font.Style = []
  117.     end
  118.     item
  119.       FontID = 7
  120.       Font.Charset = DEFAULT_CHARSET
  121.       Font.Color = clMaroon
  122.       Font.Height = -13
  123.       Font.Name = 'Courier New'
  124.       Font.Style = []
  125.     end
  126.     item
  127.       FontID = 8
  128.       Font.Charset = DEFAULT_CHARSET
  129.       Font.Color = clBlue
  130.       Font.Height = -13
  131.       Font.Name = 'Courier New'
  132.       Font.Style = [fsBold]
  133.     end>
  134.   P.SyntaxVersion = 2
  135. end
  136.