File: texinfo.style.texinfo

package info (click to toggle)
source-highlight 2.4-5.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,384 kB
  • ctags: 4,084
  • sloc: cpp: 4,314; sh: 3,858; ansic: 3,579; makefile: 969; lex: 876; yacc: 636; php: 187; sed: 164; perl: 145; ruby: 63; python: 54; ml: 38; java: 30; xml: 17; cs: 11
file content (20 lines) | stat: -rw-r--r-- 471 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
@c Generator: GNU source-highlight, by Lorenzo Bettini, http://www.gnu.org/software/src-highlite
@example
@t{@i{keyword}} @b{b} ;
@t{@i{type}} @b{b} ;
@t{@i{variable}} @b{f}, @b{i} ;
@t{@i{string}} @b{f} ;
@t{@i{comment}} @b{nf}, @b{i}, @b{noref} ;
@t{@i{preproc}} @b{b} ;

@r{@i{// line numbers}}
@b{linenum} @b{f};

@r{@i{// Internet related}}
@t{@i{url}} @b{f};

@r{@i{// for diffs}}
@t{@i{oldfile}} @b{i};
@t{@i{newfile}} @b{i};
@t{@i{difflines}} @b{b}; 
@end example