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

  1. object TPersHolder
  2.   P.Name = 'HTML'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       FIText = 0
  8.       BlockDelimiters = <>
  9.     end
  10.     item
  11.       Name = 'Tags'
  12.       ID = 1
  13.       ParentID = 0
  14.       FIText = 1
  15.       FIIntNum = 2
  16.       FIFloatNum = 3
  17.       FIHexNum = 4
  18.       UseComments = True
  19.       UseMultiLineComments = True
  20.       UseStrings = True
  21.       UseSingleLineStrings = True
  22.       UseNumbers = True
  23.       UsePrefixedNumbers = True
  24.       UseSuffixedNumbers = True
  25.       UseMultipleNumSuffixes = False
  26.       UsePrefixedIdentifiers = True
  27.       BlockDelimiters = <
  28.         item
  29.           LeftDelimiter = '<'
  30.           RightDelimiter = '>'
  31.           DelimitersArePartOfBlock = True
  32.         end>
  33.       MultiLineCommentDelimiters = <
  34.         item
  35.           FontID = 5
  36.           LeftDelimiter = '<!--'
  37.           RightDelimiter = '-->'
  38.         end>
  39.       SingleLineStringDelimiters = <
  40.         item
  41.           FontID = 6
  42.           LeftDelimiter = '"'
  43.           RightDelimiter = '"'
  44.         end
  45.         item
  46.           FontID = 7
  47.           LeftDelimiter = #39
  48.           RightDelimiter = #39
  49.         end>
  50.       NumPrefixes = <
  51.         item
  52.           LeftDelimiter = '#'
  53.         end>
  54.       NumSuffixes = <
  55.         item
  56.           LeftDelimiter = '%'
  57.         end>
  58.       IdentPrefixes = <
  59.         item
  60.           LeftDelimiter = '/'
  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.       BlockID = 1
  75.       Font.Charset = DEFAULT_CHARSET
  76.       Font.Color = clBlue
  77.       Font.Height = -13
  78.       Font.Name = 'Courier New'
  79.       Font.Style = []
  80.     end
  81.     item
  82.       FontID = 2
  83.       BlockID = 1
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = clGreen
  86.       Font.Height = -13
  87.       Font.Name = 'Courier New'
  88.       Font.Style = []
  89.     end
  90.     item
  91.       FontID = 3
  92.       BlockID = 1
  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 = 4
  101.       BlockID = 1
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = clGreen
  104.       Font.Height = -13
  105.       Font.Name = 'Courier New'
  106.       Font.Style = []
  107.     end
  108.     item
  109.       FontID = 5
  110.       BlockID = 1
  111.       Font.Charset = DEFAULT_CHARSET
  112.       Font.Color = clGray
  113.       Font.Height = -13
  114.       Font.Name = 'Courier New'
  115.       Font.Style = [fsItalic]
  116.     end
  117.     item
  118.       FontID = 6
  119.       BlockID = 1
  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 = 7
  128.       BlockID = 1
  129.       Font.Charset = DEFAULT_CHARSET
  130.       Font.Color = clMaroon
  131.       Font.Height = -13
  132.       Font.Name = 'Courier New'
  133.       Font.Style = []
  134.     end>
  135.   P.SyntaxVersion = 2
  136. end
  137.