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

  1. object TPersHolder
  2.   P.Name = 'Modula-2'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       CaseSensitive = True
  8.       FIText = 0
  9.       FIIntNum = 1
  10.       FIFloatNum = 2
  11.       FIHexNum = 3
  12.       UseComments = True
  13.       UseMultiLineComments = True
  14.       UseStrings = True
  15.       UseSingleLineStrings = True
  16.       UseNumbers = True
  17.       UseSuffixedNumbers = True
  18.       UseMultipleNumSuffixes = False
  19.       UseKeywords = True
  20.       BlockDelimiters = <>
  21.       MultiLineCommentDelimiters = <
  22.         item
  23.           FontID = 4
  24.           LeftDelimiter = '(*'
  25.           RightDelimiter = '*)'
  26.         end>
  27.       SingleLineStringDelimiters = <
  28.         item
  29.           FontID = 5
  30.           LeftDelimiter = '"'
  31.           RightDelimiter = '"'
  32.         end>
  33.       NumSuffixes = <
  34.         item
  35.           LeftDelimiter = 'X'
  36.         end
  37.         item
  38.           LeftDelimiter = 'L'
  39.         end>
  40.       KeywordSets = <
  41.         item
  42.           FontID = 6
  43.           Name = 'reserved'
  44.           Keywords = 
  45.             'ARRAY,ASM,BEGIN,BOOLEAN,BY,CARDINAL,CASE,CHAR,CLASS,CONST,DEFINI' +
  46.             'TION,DESTROY,DIV,DO,ELSE,ELSIF,END,EXIT,EXPORT,FOR,FOREIGN,FROM,' +
  47.             'IF,IMPLEMENTATION,IMPORT,INHERIT,INIT,INLINE,INTEGER,LONGCARD,LO' +
  48.             'NGINT,LONGREAL,LOOP,MOD,MODULE,NIL,OF,POINTER,PROCEDURE,REAL,REC' +
  49.             'ORD,REPEAT,RETURN,SET,THEN,TO,TYPE,UNTIL,VAR,WHILE,WITH'
  50.         end>
  51.     end
  52.     item
  53.       Name = 'Assembler'
  54.       ID = 1
  55.       ParentID = 0
  56.       CaseSensitive = True
  57.       FIText = 7
  58.       FIIntNum = 8
  59.       FIFloatNum = 9
  60.       FIHexNum = 10
  61.       UseComments = True
  62.       UseMultiLineComments = True
  63.       UseStrings = True
  64.       UseSingleLineStrings = True
  65.       UseNumbers = True
  66.       UseSuffixedNumbers = True
  67.       UseMultipleNumSuffixes = False
  68.       UsePrefixedIdentifiers = True
  69.       UseKeywords = True
  70.       BlockDelimiters = <
  71.         item
  72.           LeftDelimiter = 'ASM'
  73.           RightDelimiter = 'END'
  74.         end>
  75.       MultiLineCommentDelimiters = <
  76.         item
  77.           FontID = 11
  78.           LeftDelimiter = '(*'
  79.           RightDelimiter = '*)'
  80.         end>
  81.       SingleLineStringDelimiters = <
  82.         item
  83.           FontID = 12
  84.           LeftDelimiter = '"'
  85.           RightDelimiter = '"'
  86.         end>
  87.       NumSuffixes = <
  88.         item
  89.           LeftDelimiter = 'X'
  90.         end
  91.         item
  92.           LeftDelimiter = 'L'
  93.         end>
  94.       IdentPrefixes = <
  95.         item
  96.           LeftDelimiter = '@'
  97.         end>
  98.       KeywordSets = <
  99.         item
  100.           FontID = 13
  101.           Name = 'OpCodes'
  102.           Keywords = 
  103.             'AAA,AAD,AAM,AAS,ADC,ADD,AND,ARPL,BOUND,BSF,BSR,BSWAP,BT,BTC,BTR,' +
  104.             'BTS,CALL,CBW,CDQ,CLC,CLD,CLI,CLTS,CMC,CMP,CMPS,CMPSB,CMPSD,CMPSW' +
  105.             ',CMPXCHG,CWD,CWDE,DAA,DAS,DEC,DIV,ENTER,ESC,F2XM1,FABS,FADD,FADD' +
  106.             'P,FBLD,FBSTP,FCHS,FCLEX,FCOM,FCOMP,FCOMPP,FCOS,FDECSTP,FDISI,FDI' +
  107.             'V,FDIVP,FDIVR,FDIVRP,FENI,FFREE,FIADD,FICOM,FICOMP,FIDIV,FIDIVR,' +
  108.             'FILD,FIMUL,FINCSTP,FINIT,FIST,FISTP,FISUB,FISUBR,FLD,FLD1,FLDCW,' +
  109.             'FLDENV,FLDL2E,FLDL2T,FLDLG2,FLDLN2,FLDPI,FLDZ,FMUL,FMULP,FNCLEX,' +
  110.             'FNDISI,FNENI,FNINIT,FNOP,FNSAVE,FNSTCW,FNSTENV,FNSTSW,FPATAN,FPR' +
  111.             'EM,FPREM1,FPTAN,FRNDINT,FRSTOR,FSAVE,FSCALE,FSETPM,FSIN,FSINCOS,' +
  112.             'FSQRT,FST,FSTCW,FSTENV,FSTP,FSTSW,FSUB,FSUBP,FSUBR,FSUBRP,FTST,F' +
  113.             'UCOM,FUCOMP,FUCOMPP,FWAIT,FXAM,FXCH,FXTRACT,FYL2X,FYL2XP1,HLT,ID' +
  114.             'IV,IMUL,IN,INC,INSB,INSD,INSW,INT,INTO,INVD,INVLPG,IRET,IRETD,JA' +
  115.             ',JAE,JB,JBE,JC,JCXZ,JE,JECXZ,JG,JGE,JL,JLE,JMP,JNA,JNAE,JNB,JNBE' +
  116.             ',JNC,JNE,JNG,JNGE,JNL,JNLE,JNO,JNP,JNS,JNZ,JO,JP,JPE,JPO,JS,JZ,L' +
  117.             'AHF,LAR,LDS,LEA,LEAVE,LES,LFS,LGDT,LGS,LIDT,LLDT,LMSW,LOCK,LODS,' +
  118.             'LODSB,LODSD,LODSW,LOOP,LOOPD,LOOPDE,LOOPDNE,LOOPDNZ,LOOPDZ,LOOPE' +
  119.             ',LOOPNE,LOOPNZ,LOOPZ,LSL,LSS,LTR,MOV,MOVS,MOVSB,MOVSD,MOVSW,MOVS' +
  120.             'X,MOVZX,MUL,NEG,NOP,NOT,OR,OUT,OUTSB,OUTSD,OUTSW,POP,POPA,POPAD,' +
  121.             'POPF,POPFD,PUSH,PUSHA,PUSHAD,PUSHF,PUSHFD,RCL,RCR,REP,REPE,REPNE' +
  122.             ',REPNZ,REPZ,RET,RETF,RETN,ROL,ROR,SAHF,SAL,SAR,SBB,SCAS,SCASB,SC' +
  123.             'ASD,SCASW,SEGCS,SEGDS,SEGES,SEGFS,SEGGS,SEGSS,SETA,SETAE,SETB,SE' +
  124.             'TBE,SETC,SETE,SETG,SETGE,SETL,SETLE,SETNA,SETNAE,SETNB,SETNBE,SE' +
  125.             'TNC,SETNE,SETNG,SETNGE,SETNL,SETNLE,SETNO,SETNP,SETNS,SETNZ,SETO' +
  126.             ',SETP,SETPE,SETPO,SETS,SETZ,SGDT,SHL,SHLD,SHR,SHRD,SIDT,SLDT,SMS' +
  127.             'W,STC,STD,STI,STOS,STOSB,STOSD,STOSW,STR,SUB,TEST,VERR,VERW,WAIT' +
  128.             ',WBINVD,XADD,XCHG,XLAT,XOR'
  129.         end
  130.         item
  131.           FontID = 14
  132.           Name = 'Operands'
  133.           Keywords = 
  134.             'AH,AL,AND,AX,BH,BL,BP,BX,BYTE,CH,CL,CS,CX,DH,DI,DL,DS,DWORD,DX,E' +
  135.             'AX,EBP,EBX,ECX,EDI,EDX,EIP,ES,ESI,ESP,FS,GS,HIGH,LOW,MOD,NOT,OFF' +
  136.             'SET,OR,PTR,QWORD,SHL,SHR,SI,SP,SS,ST,TBYTE,TYPE,WORD,XOR'
  137.         end
  138.         item
  139.           FontID = 15
  140.           Name = 'Directives'
  141.           Keywords = 'DB,DD,DW'
  142.         end>
  143.     end>
  144.   P.FontTable = <
  145.     item
  146.       FontID = 0
  147.       Font.Charset = DEFAULT_CHARSET
  148.       Font.Color = clBlack
  149.       Font.Height = -13
  150.       Font.Name = 'Courier New'
  151.       Font.Style = []
  152.     end
  153.     item
  154.       FontID = 1
  155.       Font.Charset = DEFAULT_CHARSET
  156.       Font.Color = clGreen
  157.       Font.Height = -13
  158.       Font.Name = 'Courier New'
  159.       Font.Style = []
  160.     end
  161.     item
  162.       FontID = 2
  163.       Font.Charset = DEFAULT_CHARSET
  164.       Font.Color = clGreen
  165.       Font.Height = -13
  166.       Font.Name = 'Courier New'
  167.       Font.Style = []
  168.     end
  169.     item
  170.       FontID = 3
  171.       Font.Charset = DEFAULT_CHARSET
  172.       Font.Color = clGreen
  173.       Font.Height = -13
  174.       Font.Name = 'Courier New'
  175.       Font.Style = []
  176.     end
  177.     item
  178.       FontID = 4
  179.       Font.Charset = DEFAULT_CHARSET
  180.       Font.Color = clGray
  181.       Font.Height = -13
  182.       Font.Name = 'Courier New'
  183.       Font.Style = [fsItalic]
  184.     end
  185.     item
  186.       FontID = 5
  187.       Font.Charset = DEFAULT_CHARSET
  188.       Font.Color = clMaroon
  189.       Font.Height = -13
  190.       Font.Name = 'Courier New'
  191.       Font.Style = []
  192.     end
  193.     item
  194.       FontID = 6
  195.       Font.Charset = DEFAULT_CHARSET
  196.       Font.Color = clBlue
  197.       Font.Height = -13
  198.       Font.Name = 'Courier New'
  199.       Font.Style = [fsBold]
  200.     end
  201.     item
  202.       FontID = 7
  203.       BlockID = 1
  204.       Font.Charset = DEFAULT_CHARSET
  205.       Font.Color = clGreen
  206.       Font.Height = -13
  207.       Font.Name = 'Courier New'
  208.       Font.Style = []
  209.     end
  210.     item
  211.       FontID = 8
  212.       BlockID = 1
  213.       Font.Charset = DEFAULT_CHARSET
  214.       Font.Color = clGreen
  215.       Font.Height = -13
  216.       Font.Name = 'Courier New'
  217.       Font.Style = [fsBold]
  218.     end
  219.     item
  220.       FontID = 9
  221.       BlockID = 1
  222.       Font.Charset = DEFAULT_CHARSET
  223.       Font.Color = clGreen
  224.       Font.Height = -13
  225.       Font.Name = 'Courier New'
  226.       Font.Style = [fsBold]
  227.     end
  228.     item
  229.       FontID = 10
  230.       BlockID = 1
  231.       Font.Charset = DEFAULT_CHARSET
  232.       Font.Color = clGreen
  233.       Font.Height = -13
  234.       Font.Name = 'Courier New'
  235.       Font.Style = [fsBold]
  236.     end
  237.     item
  238.       FontID = 11
  239.       BlockID = 1
  240.       Font.Charset = DEFAULT_CHARSET
  241.       Font.Color = clGray
  242.       Font.Height = -13
  243.       Font.Name = 'Courier New'
  244.       Font.Style = [fsItalic]
  245.     end
  246.     item
  247.       FontID = 12
  248.       BlockID = 1
  249.       Font.Charset = DEFAULT_CHARSET
  250.       Font.Color = clMaroon
  251.       Font.Height = -13
  252.       Font.Name = 'Courier New'
  253.       Font.Style = []
  254.     end
  255.     item
  256.       FontID = 13
  257.       BlockID = 1
  258.       Font.Charset = DEFAULT_CHARSET
  259.       Font.Color = clGreen
  260.       Font.Height = -13
  261.       Font.Name = 'Courier New'
  262.       Font.Style = [fsBold]
  263.     end
  264.     item
  265.       FontID = 14
  266.       BlockID = 1
  267.       Font.Charset = DEFAULT_CHARSET
  268.       Font.Color = clGreen
  269.       Font.Height = -13
  270.       Font.Name = 'Courier New'
  271.       Font.Style = [fsItalic]
  272.     end
  273.     item
  274.       FontID = 15
  275.       BlockID = 1
  276.       Font.Charset = DEFAULT_CHARSET
  277.       Font.Color = clGreen
  278.       Font.Height = -13
  279.       Font.Name = 'Courier New'
  280.       Font.Style = [fsBold]
  281.     end>
  282.   P.SyntaxVersion = 2
  283. end
  284.