File: m_msg.fte

package info (click to toggle)
fte 0.50.2-1.2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,696 kB
  • ctags: 6,486
  • sloc: cpp: 48,178; ansic: 2,795; perl: 808; sh: 112; makefile: 106
file content (22 lines) | stat: -rw-r--r-- 641 bytes parent folder | download | duplicates (11)
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+}|{{\.{article}|{letter}}|{snd}\.\d+}$/;
# try also 1
    WordWrap            = 1;       # automagic wordwrap
    HilitOn             = 1;       # enable highlight
    Colorizer           = 'MSG';   # Highilight messages
    
    RoutineRegexp       = /^Subject:/; 
}