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

  1. /* PAS.LXL - IBM LPEX language-sensitive editor profile for Pascal. */
  2. TRACE OFF
  3.  
  4. /* Pascal document */
  5. 'SET DOCTYPE pas'
  6.  
  7. /* initial fonts settings */
  8. 'SET FONT.C  CYAN/WHITE                   "Comment"'
  9. 'SET FONT.K  BRIGHT BLUE/WHITE            "Keyword"'
  10. 'SET FONT.B  BRIGHT BLUE/WHITE            "Built-in function"'
  11. 'SET FONT.S  BLUE/WHITE                   "Symbol"'
  12. 'SET FONT.A  BLACK/WHITE                  "Variable/procedure name"'
  13. 'SET FONT.N  RED/WHITE                    "Number"'
  14. 'SET FONT.L  GREEN/WHITE                  "Literal"'
  15. 'SET FONT.E  WHITE/BRIGHT RED             "Error"'
  16. 'SET FONT._  BLACK/WHITE                  "Layout blanks"'
  17.  
  18. /* function navigation keys */
  19. 'SET ACTION.C-D NEXT CLASS FUNCTION'
  20. 'SET ACTION.C-U PREV CLASS FUNCTION'
  21.  
  22. /* bracket matching */
  23. 'SET ACTION.C-M MATCH'
  24.  
  25. /* invoke initial parse, set incremental parser */
  26. 'PRPAS ALL'
  27. 'SET PARSER PRPAS'
  28.  
  29. /* view options */
  30. 'SET ACTIONBAR.LP_VIEW.SEPARATOR 2'
  31. 'SET ACTIONBAR.LP_VIEW.F~unctions\tCtrl+G 3 ;SET INCLUDE FUNCTION;SET EXCLUDE;SET VIEWNAME Functions'
  32. /*'SET HELP. 16059'*/
  33. 'SET GROUP. FUNCTION'
  34. 'SET ACTIONBAR.LP_VIEW.~Errors 4 ;SET INCLUDE ERROR;SET EXCLUDE;SET VIEWNAME Errors'
  35. /*'SET HELP. 16059'*/
  36. 'SET GROUP. ERROR'
  37.  
  38. 'SET ACTION.C-G ;SET INCLUDE FUNCTION;SET EXCLUDE;SET VIEWNAME Functions'
  39.