File: m_msg.fte

package info (click to toggle)
fte 0.46b5-4.2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,844 kB
  • ctags: 5,183
  • sloc: cpp: 39,445; ansic: 2,415; perl: 567; makefile: 71; sh: 30
file content (22 lines) | stat: -rw-r--r-- 605 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

colorize MSG {
    SyntaxParser = 'MSG';

    color {
        { 'Normal',   'Editor_Bold' },
        { 'Header',   'Msg_Header' },
        { 'Quotes',   'Msg_Quotes' },
        { 'Tag',      'Msg_Tag' },
        { 'Control',  'Msg_Signature' },
    };
}

mode MSG: TEXT {                       # EMail messages
    FileNameRx          = /\c{\.{MSG}|{YEP}|{SND}}|{^SLRN.\d+}$/;
# try also 1
    WordWrap            = 1;       # automagic wordwrap
    HilitOn             = 1;       # enable highlight
    Colorizer           = 'MSG';   # Highilight messages
    
    RoutineRegexp       = /^Subject:/; 
}