home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / ftes46b5.zip / ftes46b5 / config / m_msg.fte < prev    next >
Text File  |  1997-05-30  |  605b  |  23 lines

  1.  
  2. colorize MSG {
  3.     SyntaxParser = 'MSG';
  4.  
  5.     color {
  6.         { 'Normal',   'Editor_Bold' },
  7.         { 'Header',   'Msg_Header' },
  8.         { 'Quotes',   'Msg_Quotes' },
  9.         { 'Tag',      'Msg_Tag' },
  10.         { 'Control',  'Msg_Signature' },
  11.     };
  12. }
  13.  
  14. mode MSG: TEXT {                       # EMail messages
  15.     FileNameRx          = /\c{\.{MSG}|{YEP}|{SND}}|{^SLRN.\d+}$/;
  16. # try also 1
  17.     WordWrap            = 1;       # automagic wordwrap
  18.     HilitOn             = 1;       # enable highlight
  19.     Colorizer           = 'MSG';   # Highilight messages
  20.     
  21.     RoutineRegexp       = /^Subject:/; 
  22. }
  23.