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

  1. object TPersHolder
  2.   P.Name = 'ASP in HTML'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       FIText = 14
  8.       BlockDelimiters = <>
  9.     end
  10.     item
  11.       Name = 'ASP (VBS)'
  12.       ID = 1
  13.       ParentID = 0
  14.       FIText = 0
  15.       FIIntNum = 1
  16.       FIFloatNum = 2
  17.       FIHexNum = 3
  18.       UseComments = True
  19.       UseSingleLineComments = True
  20.       UseStrings = True
  21.       UseSingleLineStrings = True
  22.       UseNumbers = True
  23.       UseKeywords = True
  24.       BlockDelimiters = <
  25.         item
  26.           LeftDelimiter = '<%'
  27.           RightDelimiter = '%>'
  28.           DelimitersArePartOfBlock = True
  29.         end>
  30.       SingleLineCommentDelimiters = <
  31.         item
  32.           FontID = 4
  33.           LeftDelimiter = #39
  34.         end
  35.         item
  36.           FontID = 5
  37.           LeftDelimiter = 'rem'
  38.         end>
  39.       SingleLineStringDelimiters = <
  40.         item
  41.           FontID = 6
  42.           LeftDelimiter = '"'
  43.           RightDelimiter = '"'
  44.         end>
  45.       KeywordSets = <
  46.         item
  47.           FontID = 7
  48.           Name = 'reserved'
  49.           Keywords = 
  50.             'And,As,Attribute,Base,ByVal,Call,Case,Compare,Const,Date,Declare' +
  51.             ',Dim,Do,Each,Else,Elseif,Empty,end,Error,Exit,Explicit,False,For' +
  52.             ',friend,Function,get,If,Is,let,Loop,Mod,Next,Not,Nothing,Null,On' +
  53.             ',Option,Or,Private,property,Public,ReDim,Rem,Select,Set,String,S' +
  54.             'ub,Then,To,True,Type,Wend,While,With,Xor'
  55.         end>
  56.     end
  57.     item
  58.       Name = 'HTML'
  59.       ID = 2
  60.       ParentID = 0
  61.       FIText = 15
  62.       FIIntNum = 16
  63.       FIFloatNum = 17
  64.       FIHexNum = 18
  65.       UseComments = True
  66.       UseMultiLineComments = True
  67.       UseStrings = True
  68.       UseSingleLineStrings = True
  69.       UseNumbers = True
  70.       UsePrefixedNumbers = True
  71.       UseSuffixedNumbers = True
  72.       UseMultipleNumSuffixes = False
  73.       UsePrefixedIdentifiers = True
  74.       BlockDelimiters = <
  75.         item
  76.           LeftDelimiter = '<'
  77.           RightDelimiter = '>'
  78.           DelimitersArePartOfBlock = True
  79.         end>
  80.       MultiLineCommentDelimiters = <
  81.         item
  82.           FontID = 19
  83.           LeftDelimiter = '<!--'
  84.           RightDelimiter = '-->'
  85.         end>
  86.       SingleLineStringDelimiters = <
  87.         item
  88.           FontID = 20
  89.           LeftDelimiter = '"'
  90.           RightDelimiter = '"'
  91.         end
  92.         item
  93.           FontID = 21
  94.           LeftDelimiter = #39
  95.           RightDelimiter = #39
  96.         end>
  97.       NumPrefixes = <
  98.         item
  99.           LeftDelimiter = '#'
  100.         end>
  101.       NumSuffixes = <
  102.         item
  103.           LeftDelimiter = '%'
  104.         end>
  105.       IdentPrefixes = <
  106.         item
  107.           LeftDelimiter = '/'
  108.         end>
  109.     end
  110.     item
  111.       Name = 'ASP (VBS)'
  112.       ID = 3
  113.       ParentID = 2
  114.       FIText = 8
  115.       FIIntNum = 9
  116.       FIFloatNum = 10
  117.       FIHexNum = 11
  118.       UseComments = True
  119.       UseSingleLineComments = True
  120.       UseStrings = True
  121.       UseSingleLineStrings = True
  122.       UseNumbers = True
  123.       UseKeywords = True
  124.       BlockDelimiters = <
  125.         item
  126.           LeftDelimiter = '<%'
  127.           RightDelimiter = '%>'
  128.           DelimitersArePartOfBlock = True
  129.         end>
  130.       SingleLineCommentDelimiters = <
  131.         item
  132.           FontID = 12
  133.           LeftDelimiter = #39
  134.         end
  135.         item
  136.           FontID = 13
  137.           LeftDelimiter = 'rem'
  138.         end>
  139.       SingleLineStringDelimiters = <
  140.         item
  141.           FontID = 22
  142.           LeftDelimiter = '"'
  143.           RightDelimiter = '"'
  144.         end>
  145.       KeywordSets = <
  146.         item
  147.           FontID = 23
  148.           Name = 'reserved'
  149.           Keywords = 
  150.             'And,As,Attribute,Base,ByVal,Call,Case,Compare,Const,Date,Declare' +
  151.             ',Dim,Do,Each,Else,Elseif,Empty,end,Error,Exit,Explicit,False,For' +
  152.             ',friend,Function,get,If,Is,let,Loop,Mod,Next,Not,Nothing,Null,On' +
  153.             ',Option,Or,Private,property,Public,ReDim,Rem,Select,Set,String,S' +
  154.             'ub,Then,To,True,Type,Wend,While,With,Xor'
  155.         end>
  156.     end>
  157.   P.FontTable = <
  158.     item
  159.       FontID = 0
  160.       BlockID = 1
  161.       Font.Charset = DEFAULT_CHARSET
  162.       Font.Color = clTeal
  163.       Font.Height = -13
  164.       Font.Name = 'Courier New'
  165.       Font.Style = []
  166.     end
  167.     item
  168.       FontID = 1
  169.       BlockID = 1
  170.       Font.Charset = DEFAULT_CHARSET
  171.       Font.Color = clBlue
  172.       Font.Height = -13
  173.       Font.Name = 'Courier New'
  174.       Font.Style = []
  175.     end
  176.     item
  177.       FontID = 2
  178.       BlockID = 1
  179.       Font.Charset = DEFAULT_CHARSET
  180.       Font.Color = clBlue
  181.       Font.Height = -13
  182.       Font.Name = 'Courier New'
  183.       Font.Style = []
  184.     end
  185.     item
  186.       FontID = 3
  187.       BlockID = 1
  188.       Font.Charset = DEFAULT_CHARSET
  189.       Font.Color = clBlue
  190.       Font.Height = -13
  191.       Font.Name = 'Courier New'
  192.       Font.Style = []
  193.     end
  194.     item
  195.       FontID = 4
  196.       BlockID = 1
  197.       Font.Charset = DEFAULT_CHARSET
  198.       Font.Color = clGray
  199.       Font.Height = -13
  200.       Font.Name = 'Courier New'
  201.       Font.Style = [fsItalic]
  202.     end
  203.     item
  204.       FontID = 5
  205.       BlockID = 1
  206.       Font.Charset = DEFAULT_CHARSET
  207.       Font.Color = clGray
  208.       Font.Height = -13
  209.       Font.Name = 'Courier New'
  210.       Font.Style = [fsItalic]
  211.     end
  212.     item
  213.       FontID = 6
  214.       BlockID = 1
  215.       Font.Charset = DEFAULT_CHARSET
  216.       Font.Color = clMaroon
  217.       Font.Height = -13
  218.       Font.Name = 'Courier New'
  219.       Font.Style = []
  220.     end
  221.     item
  222.       FontID = 7
  223.       BlockID = 1
  224.       Font.Charset = DEFAULT_CHARSET
  225.       Font.Color = clBlack
  226.       Font.Height = -13
  227.       Font.Name = 'Courier New'
  228.       Font.Style = [fsBold]
  229.     end
  230.     item
  231.       FontID = 14
  232.       Font.Charset = DEFAULT_CHARSET
  233.       Font.Color = clBlack
  234.       Font.Height = -13
  235.       Font.Name = 'Courier New'
  236.       Font.Style = []
  237.     end
  238.     item
  239.       FontID = 15
  240.       BlockID = 2
  241.       Font.Charset = DEFAULT_CHARSET
  242.       Font.Color = clBlue
  243.       Font.Height = -13
  244.       Font.Name = 'Courier New'
  245.       Font.Style = []
  246.     end
  247.     item
  248.       FontID = 16
  249.       BlockID = 2
  250.       Font.Charset = DEFAULT_CHARSET
  251.       Font.Color = clGreen
  252.       Font.Height = -13
  253.       Font.Name = 'Courier New'
  254.       Font.Style = []
  255.     end
  256.     item
  257.       FontID = 17
  258.       BlockID = 2
  259.       Font.Charset = DEFAULT_CHARSET
  260.       Font.Color = clGreen
  261.       Font.Height = -13
  262.       Font.Name = 'Courier New'
  263.       Font.Style = []
  264.     end
  265.     item
  266.       FontID = 18
  267.       BlockID = 2
  268.       Font.Charset = DEFAULT_CHARSET
  269.       Font.Color = clGreen
  270.       Font.Height = -13
  271.       Font.Name = 'Courier New'
  272.       Font.Style = []
  273.     end
  274.     item
  275.       FontID = 19
  276.       BlockID = 2
  277.       Font.Charset = DEFAULT_CHARSET
  278.       Font.Color = clGray
  279.       Font.Height = -13
  280.       Font.Name = 'Courier New'
  281.       Font.Style = [fsItalic]
  282.     end
  283.     item
  284.       FontID = 20
  285.       BlockID = 2
  286.       Font.Charset = DEFAULT_CHARSET
  287.       Font.Color = clMaroon
  288.       Font.Height = -13
  289.       Font.Name = 'Courier New'
  290.       Font.Style = []
  291.     end
  292.     item
  293.       FontID = 21
  294.       BlockID = 2
  295.       Font.Charset = DEFAULT_CHARSET
  296.       Font.Color = clMaroon
  297.       Font.Height = -13
  298.       Font.Name = 'Courier New'
  299.       Font.Style = []
  300.     end
  301.     item
  302.       FontID = 8
  303.       BlockID = 3
  304.       Font.Charset = DEFAULT_CHARSET
  305.       Font.Color = clTeal
  306.       Font.Height = -13
  307.       Font.Name = 'Courier New'
  308.       Font.Style = []
  309.     end
  310.     item
  311.       FontID = 9
  312.       BlockID = 3
  313.       Font.Charset = DEFAULT_CHARSET
  314.       Font.Color = clBlue
  315.       Font.Height = -13
  316.       Font.Name = 'Courier New'
  317.       Font.Style = []
  318.     end
  319.     item
  320.       FontID = 10
  321.       BlockID = 3
  322.       Font.Charset = DEFAULT_CHARSET
  323.       Font.Color = clBlue
  324.       Font.Height = -13
  325.       Font.Name = 'Courier New'
  326.       Font.Style = []
  327.     end
  328.     item
  329.       FontID = 11
  330.       BlockID = 3
  331.       Font.Charset = DEFAULT_CHARSET
  332.       Font.Color = clBlue
  333.       Font.Height = -13
  334.       Font.Name = 'Courier New'
  335.       Font.Style = []
  336.     end
  337.     item
  338.       FontID = 12
  339.       BlockID = 3
  340.       Font.Charset = DEFAULT_CHARSET
  341.       Font.Color = clGray
  342.       Font.Height = -13
  343.       Font.Name = 'Courier New'
  344.       Font.Style = [fsItalic]
  345.     end
  346.     item
  347.       FontID = 13
  348.       BlockID = 3
  349.       Font.Charset = DEFAULT_CHARSET
  350.       Font.Color = clGray
  351.       Font.Height = -13
  352.       Font.Name = 'Courier New'
  353.       Font.Style = [fsItalic]
  354.     end
  355.     item
  356.       FontID = 22
  357.       BlockID = 3
  358.       Font.Charset = DEFAULT_CHARSET
  359.       Font.Color = clMaroon
  360.       Font.Height = -13
  361.       Font.Name = 'Courier New'
  362.       Font.Style = []
  363.     end
  364.     item
  365.       FontID = 23
  366.       BlockID = 3
  367.       Font.Charset = DEFAULT_CHARSET
  368.       Font.Color = clBlack
  369.       Font.Height = -13
  370.       Font.Name = 'Courier New'
  371.       Font.Style = [fsBold]
  372.     end>
  373.   P.SyntaxVersion = 2
  374. end
  375.