File: m_catbs.fte

package info (click to toggle)
efte 1.1-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,904 kB
  • sloc: cpp: 43,587; ansic: 1,228; makefile: 271; objc: 92; sh: 40
file content (20 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# for viewing nroff output (do NOT use for editing).

colorize CATBS {
    SyntaxParser        = 'CATBS';
    
    color {
        { 'Normal',      'Editor_Default' },
        { 'Keyword',     'Editor_Keywords' },
        { 'Symbol',      'Editor_Bold' },
    };
}

mode CATBS: PLAIN {
    FileNameRx          = /\.\c{MAN}|{CAT}$/;   # == never
    HilitOn             = 1;
    Colorizer           = 'CATBS';
    ReadOnly            = 1; # this mode cannot edit properly
}

oinclude 'mym_catbs.fte';