home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / ipfhlt.zip / EPMKWDS.IPF < prev   
Text File  |  1995-01-30  |  2KB  |  51 lines

  1. @ -----------------------------------------------------------------
  2. @     Syntax hilighting for IPF Tag Files   
  3. @
  4. @        This document was created by Brian Johnson and is freely
  5. @        distributable.  If you change or edit this file and post
  6. @        it somewhere else please include a comment with your e-mail 
  7. @        address so that I don't get contacted about things I don't 
  8. @        know about.  Thanks.
  9. @        
  10. @        Brian Johnson
  11. @        Internet: bjjohns@ibm.net
  12. @        CIS: 72322,3611
  13. @         (Please send me comments or questions)
  14. @
  15. @         This file works only with EPM 6.0c (or higher?) which is a
  16. @         BETA version of EPM available on the Developer Connection
  17. @         CD.  It will not work on EPM versions earlier than this.  If
  18. @         you know a way to make it work on an earlier version (5.51)
  19. @         drop me a note and I'll update the file.
  20. @
  21. @         To use this file enter the command:
  22. @
  23. @                toggle_parse 1 epmkwds.ipf
  24. @
  25. @         See the file epmkwds.c for more information.
  26. @
  27. @        This file contains only three working lines, but it goes a
  28. @        long way.  It highlights comments in blue, tags (:likethis.)
  29. @        in dark red and symbol tags in red.  I had planned to do
  30. @        individual tags and closing tags in separate colors, but it
  31. @        got to be a bit much.  This way most of the text in your file
  32. @        is going to be black (default).  Since not all tags start and
  33. @        end on the same line, there will be areas I'll be expanding
  34. @        later.  Your suggestions are welcome.
  35. @
  36. @       The background and foreground colors are values between 0 and 15
  37. @       (see the EPM doc). If a value of -1 is given then the default
  38. @       foreground or background color is used.
  39. @
  40. @ -----------------------------------------------------------------
  41. @DELIM
  42. @
  43. @ Start   Color Color  End     Escape
  44. @ string  bg    fg     string  character
  45.   .*      -1     9                
  46.  
  47.   :       -1     4      .
  48.   &       -1    12      .
  49.  
  50.