home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / viscobv7.zip / vac22os2 / ibmcobol / macros / map.lxl < prev    next >
Text File  |  1998-02-24  |  1KB  |  30 lines

  1. /* MAP.LXL - IBM LPEX language-sensitive editor profile for C compiler map files. */
  2. TRACE OFF
  3.  
  4. /* ASM-style document */
  5. 'SET DOCTYPE asm'
  6.  
  7. /* initial ASM fonts settings */
  8. 'SET FONT.C  CYAN/WHITE                   "Comment"'
  9. 'SET FONT.E  WHITE/BRIGHT RED             "Error"'
  10. 'SET FONT.F  BLUE/GREEN'                  /*"80386 mnemonic"*/
  11. 'SET FONT.G  BRIGHT BLUE/BRIGHT CYAN'     /* globals set by ASISTASM.LX */
  12. 'SET FONT.K  BLUE/WHITE'                  /*"Keyword"*/
  13. 'SET FONT.L  PINK/WHITE'                  /*"Label"*/
  14. 'SET FONT.M  BLUE/WHITE'                  /*"80286/8086 mnemonic"*/
  15. 'SET FONT.N  BLUE/WHITE'                  /*"Numeric data proc (80X87)"*/
  16. 'SET FONT.O  BLUE/WHITE'                  /*"Other"*/
  17. 'SET FONT.P  BLUE/WHITE                   "Punctuation"'
  18. 'SET FONT.Q  GREEN/WHITE'                 /*"Quoted string"*/
  19. 'SET FONT.R  BLUE/WHITE'                  /*"Register"*/
  20. 'SET FONT.T  BLUE/WHITE'                  /*"Title line"*/
  21. 'SET FONT.U  RED/WHITE'                   /*"Numeric"*/
  22. 'SET FONT._  BLACK/WHITE                  "Layout blanks"'
  23.  
  24. /* prevent user changes */
  25. 'SET BROWSE ON'
  26.  
  27. /* invoke ASM initial parse, set ASM incremental parser */
  28. 'PRSASM ALL'
  29. 'SET PARSER PRSASM'
  30.