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

  1. object TPersHolder
  2.   P.Name = 'AWK Script'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       UseMetaSymbol = True
  8.       UseMetaToWrapLines = True
  9.       MetaSymbol = '\'
  10.       FIText = 0
  11.       FIIntNum = 1
  12.       FIFloatNum = 2
  13.       FIHexNum = 3
  14.       UseComments = True
  15.       UseSingleLineComments = True
  16.       UseStrings = True
  17.       UseSingleLineStrings = True
  18.       UseNumbers = True
  19.       UseKeywords = True
  20.       BlockDelimiters = <>
  21.       SingleLineCommentDelimiters = <
  22.         item
  23.           FontID = 4
  24.           LeftDelimiter = '#'
  25.         end>
  26.       SingleLineStringDelimiters = <
  27.         item
  28.           FontID = 5
  29.           LeftDelimiter = '"'
  30.           RightDelimiter = '"'
  31.         end>
  32.       KeywordSets = <
  33.         item
  34.           FontID = 6
  35.           Name = 'Statements'
  36.           Keywords = 
  37.             'BEGIN,break,continue,do,else,END,exit,for,function,if,in,pattern' +
  38.             ',return,while'
  39.         end
  40.         item
  41.           FontID = 7
  42.           Name = 'Built-in Variables'
  43.           Keywords = 
  44.             'ARGC,ARGIND,ARGV,CONVFMT,ENVIRON,ERRNO,FIELDWIDTHS,FILENAME,FNR,' +
  45.             'FS,IGNORECASE,NF,NR,OFMT,OFS,ORS,RLENGTH,RS,RSTART,RT,SUBSEP'
  46.         end
  47.         item
  48.           FontID = 8
  49.           Name = 'Internal Functions'
  50.           Keywords = 
  51.             'atan2,close,cos,exp,fflush,gensub,getline,gsub,index,int,length,' +
  52.             'log,match,next,nextfile,print,printf,rand,sin,split,sprintf,sqrt' +
  53.             ',srand,strftime,sub,substr,system,systime,tolower,toupper'
  54.         end>
  55.     end>
  56.   P.FontTable = <
  57.     item
  58.       FontID = 0
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clBlack
  61.       Font.Height = -13
  62.       Font.Name = 'Courier New'
  63.       Font.Style = []
  64.     end
  65.     item
  66.       FontID = 1
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clGreen
  69.       Font.Height = -13
  70.       Font.Name = 'Courier New'
  71.       Font.Style = []
  72.     end
  73.     item
  74.       FontID = 2
  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 = 3
  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 = 4
  91.       Font.Charset = DEFAULT_CHARSET
  92.       Font.Color = clGray
  93.       Font.Height = -13
  94.       Font.Name = 'Courier New'
  95.       Font.Style = [fsItalic]
  96.     end
  97.     item
  98.       FontID = 5
  99.       Font.Charset = DEFAULT_CHARSET
  100.       Font.Color = clMaroon
  101.       Font.Height = -13
  102.       Font.Name = 'Courier New'
  103.       Font.Style = []
  104.     end
  105.     item
  106.       FontID = 6
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clBlue
  109.       Font.Height = -13
  110.       Font.Name = 'Courier New'
  111.       Font.Style = [fsBold]
  112.     end
  113.     item
  114.       FontID = 7
  115.       Font.Charset = DEFAULT_CHARSET
  116.       Font.Color = clNavy
  117.       Font.Height = -13
  118.       Font.Name = 'Courier New'
  119.       Font.Style = []
  120.     end
  121.     item
  122.       FontID = 8
  123.       Font.Charset = DEFAULT_CHARSET
  124.       Font.Color = clNavy
  125.       Font.Height = -13
  126.       Font.Name = 'Courier New'
  127.       Font.Style = []
  128.     end>
  129.   P.SyntaxVersion = 2
  130. end
  131.