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