home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 07 & 08 / pca1507.iso / Software / Webstrijd / HTML / setup.exe / DISK1 / _SETUP.1 / XML_Scripts.sch < prev    next >
Encoding:
Text File  |  2000-10-18  |  15.7 KB  |  670 lines

  1. object TPersHolder
  2.   P.Name = 'XML with Scripts'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       FIText = 0
  8.       BlockDelimiters = <>
  9.     end
  10.     item
  11.       Name = 'CDATA'
  12.       ID = 2
  13.       ParentID = 0
  14.       FIText = 8
  15.       BlockDelimiters = <
  16.         item
  17.           LeftDelimiter = '<![CDATA['
  18.           RightDelimiter = ']]>'
  19.           DelimitersArePartOfBlock = True
  20.         end>
  21.     end
  22.     item
  23.       Name = 'Text'
  24.       ID = 3
  25.       ParentID = 2
  26.       FIText = 11
  27.       BlockDelimiters = <
  28.         item
  29.           LeftDelimiter = '<![CDATA['
  30.           RightDelimiter = ']]>'
  31.         end>
  32.     end
  33.     item
  34.       Name = 'JS'
  35.       ID = 6
  36.       ParentID = 0
  37.       CaseSensitive = True
  38.       UseMetaSymbol = True
  39.       UseMetaToWrapLines = True
  40.       MetaSymbol = '\'
  41.       FIText = 31
  42.       FIIntNum = 32
  43.       FIFloatNum = 33
  44.       FIHexNum = 34
  45.       FISymbol = 45
  46.       UseSymbols = True
  47.       UseComments = True
  48.       UseSingleLineComments = True
  49.       UseMultiLineComments = True
  50.       UseStrings = True
  51.       UseSingleLineStrings = True
  52.       UseNumbers = True
  53.       UsePrefixedNumbers = True
  54.       UseKeywords = True
  55.       BlockDelimiters = <
  56.         item
  57.           LeftDelimiter = '<script language="jscript">'
  58.           RightDelimiter = '</script>'
  59.         end
  60.         item
  61.           LeftDelimiter = '<script language="javascript">'
  62.           RightDelimiter = '</script>'
  63.         end>
  64.       SingleLineCommentDelimiters = <
  65.         item
  66.           FontID = 36
  67.           LeftDelimiter = '//'
  68.         end>
  69.       MultiLineCommentDelimiters = <
  70.         item
  71.           FontID = 37
  72.           LeftDelimiter = '/*'
  73.           RightDelimiter = '*/'
  74.         end>
  75.       SingleLineStringDelimiters = <
  76.         item
  77.           FontID = 38
  78.           LeftDelimiter = #39
  79.           RightDelimiter = #39
  80.         end
  81.         item
  82.           FontID = 39
  83.           LeftDelimiter = '"'
  84.           RightDelimiter = '"'
  85.         end>
  86.       NumPrefixes = <
  87.         item
  88.           LeftDelimiter = '0x'
  89.         end
  90.         item
  91.           LeftDelimiter = '0X'
  92.         end>
  93.       KeywordSets = <
  94.         item
  95.           FontID = 40
  96.           Name = 'reserved'
  97.           Keywords = 
  98.             'break,case,catch,class,const,continue,debugger,default,delete,do' +
  99.             ',else,enum,export,extends,false,finally,for,function,if,import,i' +
  100.             'n,new,null,return,super,switch,this,throw,true,try,typeof,var,vo' +
  101.             'id,while,with'
  102.         end>
  103.     end
  104.     item
  105.       Name = 'VBS'
  106.       ID = 5
  107.       ParentID = 0
  108.       FIText = 23
  109.       FIIntNum = 24
  110.       FIFloatNum = 25
  111.       FIHexNum = 26
  112.       FISymbol = 44
  113.       UseSymbols = True
  114.       UseComments = True
  115.       UseSingleLineComments = True
  116.       UseStrings = True
  117.       UseSingleLineStrings = True
  118.       UseNumbers = True
  119.       UseKeywords = True
  120.       BlockDelimiters = <
  121.         item
  122.           LeftDelimiter = '<script language="vbscript">'
  123.           RightDelimiter = '</script>'
  124.         end
  125.         item
  126.           LeftDelimiter = '<%'
  127.           RightDelimiter = '%>'
  128.           DelimitersArePartOfBlock = True
  129.         end>
  130.       SingleLineCommentDelimiters = <
  131.         item
  132.           FontID = 27
  133.           LeftDelimiter = #39
  134.         end
  135.         item
  136.           FontID = 28
  137.           LeftDelimiter = 'rem'
  138.         end>
  139.       SingleLineStringDelimiters = <
  140.         item
  141.           FontID = 29
  142.           LeftDelimiter = '"'
  143.           RightDelimiter = '"'
  144.         end>
  145.       KeywordSets = <
  146.         item
  147.           FontID = 30
  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.     item
  158.       Name = 'PHP'
  159.       ID = 4
  160.       ParentID = 0
  161.       CaseSensitive = True
  162.       UseMetaSymbol = True
  163.       UseMetaToWrapLines = True
  164.       MetaSymbol = '\'
  165.       FIText = 3
  166.       FIIntNum = 13
  167.       FIFloatNum = 14
  168.       FIHexNum = 15
  169.       FISymbol = 43
  170.       UseSymbols = True
  171.       UseComments = True
  172.       UseSingleLineComments = True
  173.       UseMultiLineComments = True
  174.       UseStrings = True
  175.       UseSingleLineStrings = True
  176.       UseNumbers = True
  177.       UsePrefixedNumbers = True
  178.       UseKeywords = True
  179.       BlockDelimiters = <
  180.         item
  181.           LeftDelimiter = '<?php'
  182.           RightDelimiter = '?>'
  183.           DelimitersArePartOfBlock = True
  184.         end
  185.         item
  186.           LeftDelimiter = '<script language="php">'
  187.           RightDelimiter = '</script>'
  188.         end>
  189.       SingleLineCommentDelimiters = <
  190.         item
  191.           FontID = 16
  192.           LeftDelimiter = '//'
  193.         end
  194.         item
  195.           FontID = 17
  196.           LeftDelimiter = '#'
  197.         end>
  198.       MultiLineCommentDelimiters = <
  199.         item
  200.           FontID = 18
  201.           LeftDelimiter = '/*'
  202.           RightDelimiter = '*/'
  203.         end>
  204.       SingleLineStringDelimiters = <
  205.         item
  206.           FontID = 19
  207.           LeftDelimiter = '"'
  208.           RightDelimiter = '"'
  209.         end
  210.         item
  211.           FontID = 20
  212.           LeftDelimiter = #39
  213.           RightDelimiter = #39
  214.         end
  215.         item
  216.           FontID = 21
  217.           LeftDelimiter = '`'
  218.           RightDelimiter = '`'
  219.         end>
  220.       NumPrefixes = <
  221.         item
  222.           LeftDelimiter = '0x'
  223.         end>
  224.       KeywordSets = <
  225.         item
  226.           FontID = 22
  227.           Name = 'keywords'
  228.           Keywords = 
  229.             'break,case,class,continue,default,do,else,elseif,endfor,endif,en' +
  230.             'dswitch,endwhile,extends,for,function,global,if,int,old_function' +
  231.             ',pval,return,static,string,switch,var,void,while'
  232.         end>
  233.     end
  234.     item
  235.       Name = 'Tags'
  236.       ID = 1
  237.       ParentID = 0
  238.       FIText = 1
  239.       FIIntNum = 41
  240.       FIFloatNum = 46
  241.       FIHexNum = 47
  242.       FIIdentifier = 7
  243.       UseComments = True
  244.       UseMultiLineComments = True
  245.       UseStrings = True
  246.       UseSingleLineStrings = True
  247.       UseNumbers = True
  248.       UseIdentifiers = True
  249.       UseKeywords = True
  250.       BlockDelimiters = <
  251.         item
  252.           LeftDelimiter = '<'
  253.           RightDelimiter = '>'
  254.           DelimitersArePartOfBlock = True
  255.         end>
  256.       MultiLineCommentDelimiters = <
  257.         item
  258.           FontID = 5
  259.           LeftDelimiter = '<!--'
  260.           RightDelimiter = '-->'
  261.         end>
  262.       SingleLineStringDelimiters = <
  263.         item
  264.           FontID = 6
  265.           LeftDelimiter = '"'
  266.           RightDelimiter = '"'
  267.         end>
  268.       KeywordSets = <
  269.         item
  270.           FontID = 2
  271.           Name = 'NameSpace'
  272.           Keywords = 'ee,xsl,xwl'
  273.         end
  274.         item
  275.           FontID = 10
  276.           Name = 'Attributes'
  277.           Keywords = 'source,target'
  278.         end>
  279.     end>
  280.   P.FontTable = <
  281.     item
  282.       FontID = 0
  283.       Font.Charset = DEFAULT_CHARSET
  284.       Font.Color = clBlack
  285.       Font.Height = -13
  286.       Font.Name = 'Courier New'
  287.       Font.Style = []
  288.     end
  289.     item
  290.       FontID = 1
  291.       BlockID = 1
  292.       Font.Charset = DEFAULT_CHARSET
  293.       Font.Color = clBlue
  294.       Font.Height = -13
  295.       Font.Name = 'Courier New'
  296.       Font.Style = []
  297.     end
  298.     item
  299.       FontID = 5
  300.       BlockID = 1
  301.       Font.Charset = DEFAULT_CHARSET
  302.       Font.Color = clGray
  303.       Font.Height = -13
  304.       Font.Name = 'Courier New'
  305.       Font.Style = [fsItalic]
  306.     end
  307.     item
  308.       FontID = 6
  309.       BlockID = 1
  310.       Font.Charset = DEFAULT_CHARSET
  311.       Font.Color = clTeal
  312.       Font.Height = -13
  313.       Font.Name = 'Courier New'
  314.       Font.Style = []
  315.     end
  316.     item
  317.       FontID = 7
  318.       BlockID = 1
  319.       Font.Charset = DEFAULT_CHARSET
  320.       Font.Color = clPurple
  321.       Font.Height = -13
  322.       Font.Name = 'Courier New'
  323.       Font.Style = []
  324.     end
  325.     item
  326.       FontID = 8
  327.       BlockID = 2
  328.       Font.Charset = DEFAULT_CHARSET
  329.       Font.Color = clBlue
  330.       Font.Height = -13
  331.       Font.Name = 'Courier New'
  332.       Font.Style = []
  333.     end
  334.     item
  335.       FontID = 2
  336.       BlockID = 1
  337.       Font.Charset = DEFAULT_CHARSET
  338.       Font.Color = clPurple
  339.       Font.Height = -13
  340.       Font.Name = 'Courier New'
  341.       Font.Style = [fsBold]
  342.     end
  343.     item
  344.       FontID = 11
  345.       BlockID = 3
  346.       Font.Charset = DEFAULT_CHARSET
  347.       Font.Color = clTeal
  348.       Font.Height = -13
  349.       Font.Name = 'Courier New'
  350.       Font.Style = []
  351.       BackColor = clAqua
  352.     end
  353.     item
  354.       FontID = 10
  355.       BlockID = 1
  356.       Font.Charset = DEFAULT_CHARSET
  357.       Font.Color = clFuchsia
  358.       Font.Height = -13
  359.       Font.Name = 'Courier New'
  360.       Font.Style = []
  361.     end
  362.     item
  363.       FontID = 3
  364.       BlockID = 4
  365.       Font.Charset = DEFAULT_CHARSET
  366.       Font.Color = clTeal
  367.       Font.Height = -13
  368.       Font.Name = 'Courier New'
  369.       Font.Style = []
  370.     end
  371.     item
  372.       FontID = 13
  373.       BlockID = 4
  374.       Font.Charset = DEFAULT_CHARSET
  375.       Font.Color = clBlue
  376.       Font.Height = -13
  377.       Font.Name = 'Courier New'
  378.       Font.Style = []
  379.     end
  380.     item
  381.       FontID = 14
  382.       BlockID = 4
  383.       Font.Charset = DEFAULT_CHARSET
  384.       Font.Color = clBlue
  385.       Font.Height = -13
  386.       Font.Name = 'Courier New'
  387.       Font.Style = []
  388.     end
  389.     item
  390.       FontID = 15
  391.       BlockID = 4
  392.       Font.Charset = DEFAULT_CHARSET
  393.       Font.Color = clBlue
  394.       Font.Height = -13
  395.       Font.Name = 'Courier New'
  396.       Font.Style = []
  397.     end
  398.     item
  399.       FontID = 16
  400.       BlockID = 4
  401.       Font.Charset = DEFAULT_CHARSET
  402.       Font.Color = clGray
  403.       Font.Height = -13
  404.       Font.Name = 'Courier New'
  405.       Font.Style = [fsItalic]
  406.     end
  407.     item
  408.       FontID = 17
  409.       BlockID = 4
  410.       Font.Charset = DEFAULT_CHARSET
  411.       Font.Color = clGray
  412.       Font.Height = -13
  413.       Font.Name = 'Courier New'
  414.       Font.Style = [fsItalic]
  415.     end
  416.     item
  417.       FontID = 18
  418.       BlockID = 4
  419.       Font.Charset = DEFAULT_CHARSET
  420.       Font.Color = clGray
  421.       Font.Height = -13
  422.       Font.Name = 'Courier New'
  423.       Font.Style = [fsItalic]
  424.     end
  425.     item
  426.       FontID = 19
  427.       BlockID = 4
  428.       Font.Charset = DEFAULT_CHARSET
  429.       Font.Color = clMaroon
  430.       Font.Height = -13
  431.       Font.Name = 'Courier New'
  432.       Font.Style = []
  433.     end
  434.     item
  435.       FontID = 20
  436.       BlockID = 4
  437.       Font.Charset = DEFAULT_CHARSET
  438.       Font.Color = clMaroon
  439.       Font.Height = -13
  440.       Font.Name = 'Courier New'
  441.       Font.Style = []
  442.     end
  443.     item
  444.       FontID = 21
  445.       BlockID = 4
  446.       Font.Charset = DEFAULT_CHARSET
  447.       Font.Color = clMaroon
  448.       Font.Height = -13
  449.       Font.Name = 'Courier New'
  450.       Font.Style = []
  451.     end
  452.     item
  453.       FontID = 22
  454.       BlockID = 4
  455.       Font.Charset = DEFAULT_CHARSET
  456.       Font.Color = clBlack
  457.       Font.Height = -13
  458.       Font.Name = 'Courier New'
  459.       Font.Style = [fsBold]
  460.     end
  461.     item
  462.       FontID = 23
  463.       BlockID = 5
  464.       Font.Charset = DEFAULT_CHARSET
  465.       Font.Color = clTeal
  466.       Font.Height = -13
  467.       Font.Name = 'Courier New'
  468.       Font.Style = []
  469.     end
  470.     item
  471.       FontID = 24
  472.       BlockID = 5
  473.       Font.Charset = DEFAULT_CHARSET
  474.       Font.Color = clBlue
  475.       Font.Height = -13
  476.       Font.Name = 'Courier New'
  477.       Font.Style = []
  478.     end
  479.     item
  480.       FontID = 25
  481.       BlockID = 5
  482.       Font.Charset = DEFAULT_CHARSET
  483.       Font.Color = clBlue
  484.       Font.Height = -13
  485.       Font.Name = 'Courier New'
  486.       Font.Style = []
  487.     end
  488.     item
  489.       FontID = 26
  490.       BlockID = 5
  491.       Font.Charset = DEFAULT_CHARSET
  492.       Font.Color = clBlue
  493.       Font.Height = -13
  494.       Font.Name = 'Courier New'
  495.       Font.Style = []
  496.     end
  497.     item
  498.       FontID = 27
  499.       BlockID = 5
  500.       Font.Charset = DEFAULT_CHARSET
  501.       Font.Color = clGray
  502.       Font.Height = -13
  503.       Font.Name = 'Courier New'
  504.       Font.Style = [fsItalic]
  505.     end
  506.     item
  507.       FontID = 28
  508.       BlockID = 5
  509.       Font.Charset = DEFAULT_CHARSET
  510.       Font.Color = clGray
  511.       Font.Height = -13
  512.       Font.Name = 'Courier New'
  513.       Font.Style = [fsItalic]
  514.     end
  515.     item
  516.       FontID = 29
  517.       BlockID = 5
  518.       Font.Charset = DEFAULT_CHARSET
  519.       Font.Color = clMaroon
  520.       Font.Height = -13
  521.       Font.Name = 'Courier New'
  522.       Font.Style = []
  523.     end
  524.     item
  525.       FontID = 30
  526.       BlockID = 5
  527.       Font.Charset = DEFAULT_CHARSET
  528.       Font.Color = clBlack
  529.       Font.Height = -13
  530.       Font.Name = 'Courier New'
  531.       Font.Style = [fsBold]
  532.     end
  533.     item
  534.       FontID = 31
  535.       BlockID = 6
  536.       Font.Charset = DEFAULT_CHARSET
  537.       Font.Color = clTeal
  538.       Font.Height = -13
  539.       Font.Name = 'Courier New'
  540.       Font.Style = []
  541.     end
  542.     item
  543.       FontID = 32
  544.       BlockID = 6
  545.       Font.Charset = DEFAULT_CHARSET
  546.       Font.Color = clBlue
  547.       Font.Height = -13
  548.       Font.Name = 'Courier New'
  549.       Font.Style = []
  550.     end
  551.     item
  552.       FontID = 33
  553.       BlockID = 6
  554.       Font.Charset = DEFAULT_CHARSET
  555.       Font.Color = clBlue
  556.       Font.Height = -13
  557.       Font.Name = 'Courier New'
  558.       Font.Style = []
  559.     end
  560.     item
  561.       FontID = 34
  562.       BlockID = 6
  563.       Font.Charset = DEFAULT_CHARSET
  564.       Font.Color = clBlue
  565.       Font.Height = -13
  566.       Font.Name = 'Courier New'
  567.       Font.Style = []
  568.     end
  569.     item
  570.       FontID = 36
  571.       BlockID = 6
  572.       Font.Charset = DEFAULT_CHARSET
  573.       Font.Color = clGray
  574.       Font.Height = -13
  575.       Font.Name = 'Courier New'
  576.       Font.Style = [fsItalic]
  577.     end
  578.     item
  579.       FontID = 37
  580.       BlockID = 6
  581.       Font.Charset = DEFAULT_CHARSET
  582.       Font.Color = clGray
  583.       Font.Height = -13
  584.       Font.Name = 'Courier New'
  585.       Font.Style = [fsItalic]
  586.     end
  587.     item
  588.       FontID = 38
  589.       BlockID = 6
  590.       Font.Charset = DEFAULT_CHARSET
  591.       Font.Color = clMaroon
  592.       Font.Height = -13
  593.       Font.Name = 'Courier New'
  594.       Font.Style = []
  595.     end
  596.     item
  597.       FontID = 39
  598.       BlockID = 6
  599.       Font.Charset = DEFAULT_CHARSET
  600.       Font.Color = clMaroon
  601.       Font.Height = -13
  602.       Font.Name = 'Courier New'
  603.       Font.Style = []
  604.     end
  605.     item
  606.       FontID = 40
  607.       BlockID = 6
  608.       Font.Charset = DEFAULT_CHARSET
  609.       Font.Color = clBlack
  610.       Font.Height = -13
  611.       Font.Name = 'Courier New'
  612.       Font.Style = [fsBold]
  613.     end
  614.     item
  615.       FontID = 41
  616.       BlockID = 1
  617.       Font.Charset = DEFAULT_CHARSET
  618.       Font.Color = clTeal
  619.       Font.Height = -13
  620.       Font.Name = 'Courier New'
  621.       Font.Style = []
  622.     end
  623.     item
  624.       FontID = 43
  625.       BlockID = 4
  626.       Font.Charset = DEFAULT_CHARSET
  627.       Font.Color = clPurple
  628.       Font.Height = -13
  629.       Font.Name = 'Courier New'
  630.       Font.Style = []
  631.     end
  632.     item
  633.       FontID = 44
  634.       BlockID = 5
  635.       Font.Charset = DEFAULT_CHARSET
  636.       Font.Color = clPurple
  637.       Font.Height = -13
  638.       Font.Name = 'Courier New'
  639.       Font.Style = []
  640.     end
  641.     item
  642.       FontID = 45
  643.       BlockID = 6
  644.       Font.Charset = DEFAULT_CHARSET
  645.       Font.Color = clPurple
  646.       Font.Height = -13
  647.       Font.Name = 'Courier New'
  648.       Font.Style = []
  649.     end
  650.     item
  651.       FontID = 46
  652.       BlockID = 1
  653.       Font.Charset = DEFAULT_CHARSET
  654.       Font.Color = clBlue
  655.       Font.Height = -13
  656.       Font.Name = 'Courier New'
  657.       Font.Style = []
  658.     end
  659.     item
  660.       FontID = 47
  661.       BlockID = 1
  662.       Font.Charset = DEFAULT_CHARSET
  663.       Font.Color = clBlue
  664.       Font.Height = -13
  665.       Font.Name = 'Courier New'
  666.       Font.Style = []
  667.     end>
  668.   P.SyntaxVersion = 2
  669. end
  670.