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

  1. object TPersHolder
  2.   P.Name = 'JavaScript'
  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.       UseMultiLineComments = True
  18.       UseStrings = True
  19.       UseSingleLineStrings = True
  20.       UseNumbers = True
  21.       UsePrefixedNumbers = True
  22.       UseKeywords = True
  23.       BlockDelimiters = <>
  24.       SingleLineCommentDelimiters = <
  25.         item
  26.           FontID = 4
  27.           LeftDelimiter = '//'
  28.         end>
  29.       MultiLineCommentDelimiters = <
  30.         item
  31.           FontID = 5
  32.           LeftDelimiter = '/*'
  33.           RightDelimiter = '*/'
  34.         end>
  35.       SingleLineStringDelimiters = <
  36.         item
  37.           FontID = 6
  38.           LeftDelimiter = #39
  39.           RightDelimiter = #39
  40.         end
  41.         item
  42.           FontID = 7
  43.           LeftDelimiter = '"'
  44.           RightDelimiter = '"'
  45.         end>
  46.       NumPrefixes = <
  47.         item
  48.           LeftDelimiter = '0x'
  49.         end
  50.         item
  51.           LeftDelimiter = '0X'
  52.         end>
  53.       KeywordSets = <
  54.         item
  55.           FontID = 8
  56.           Name = 'reserved'
  57.           Keywords = 
  58.             'break,case,catch,class,const,continue,debugger,default,delete,do' +
  59.             ',else,enum,export,extends,false,finally,for,function,if,import,i' +
  60.             'n,new,null,return,super,switch,this,throw,true,try,typeof,var,vo' +
  61.             'id,while,with'
  62.         end>
  63.     end>
  64.   P.FontTable = <
  65.     item
  66.       FontID = 0
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clBlack
  69.       Font.Height = -13
  70.       Font.Name = 'Courier New'
  71.       Font.Style = []
  72.     end
  73.     item
  74.       FontID = 1
  75.       Font.Charset = DEFAULT_CHARSET
  76.       Font.Color = clGreen
  77.       Font.Height = -13
  78.       Font.Name = 'Courier New'
  79.       Font.Style = []
  80.     end
  81.     item
  82.       FontID = 2
  83.       Font.Charset = DEFAULT_CHARSET
  84.       Font.Color = clGreen
  85.       Font.Height = -13
  86.       Font.Name = 'Courier New'
  87.       Font.Style = []
  88.     end
  89.     item
  90.       FontID = 3
  91.       Font.Charset = DEFAULT_CHARSET
  92.       Font.Color = clGreen
  93.       Font.Height = -13
  94.       Font.Name = 'Courier New'
  95.       Font.Style = []
  96.     end
  97.     item
  98.       FontID = 4
  99.       Font.Charset = DEFAULT_CHARSET
  100.       Font.Color = clGray
  101.       Font.Height = -13
  102.       Font.Name = 'Courier New'
  103.       Font.Style = [fsItalic]
  104.     end
  105.     item
  106.       FontID = 5
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clGray
  109.       Font.Height = -13
  110.       Font.Name = 'Courier New'
  111.       Font.Style = [fsItalic]
  112.     end
  113.     item
  114.       FontID = 6
  115.       Font.Charset = DEFAULT_CHARSET
  116.       Font.Color = clMaroon
  117.       Font.Height = -13
  118.       Font.Name = 'Courier New'
  119.       Font.Style = []
  120.     end
  121.     item
  122.       FontID = 7
  123.       Font.Charset = DEFAULT_CHARSET
  124.       Font.Color = clMaroon
  125.       Font.Height = -13
  126.       Font.Name = 'Courier New'
  127.       Font.Style = []
  128.     end
  129.     item
  130.       FontID = 8
  131.       Font.Charset = DEFAULT_CHARSET
  132.       Font.Color = clBlue
  133.       Font.Height = -13
  134.       Font.Name = 'Courier New'
  135.       Font.Style = [fsBold]
  136.     end>
  137.   P.SyntaxVersion = 2
  138. end
  139.