File: pod

package info (click to toggle)
le 1.16.3-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 5,536 kB
  • ctags: 4,062
  • sloc: ansic: 24,236; cpp: 18,166; sh: 5,057; makefile: 85; perl: 82
file content (10 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
# perl POD -*- LE-syntax -*-
c2=^=(pod|head[1234]|over|item|back|begin|end|for|encoding|cut)
si(html)3=^=begin html\n\n((?:.|\n)*?)\n\n=end html$|^=for html ((?:.|\n)*?)\n\n
si(nroff)6=^=begin (roff|man)\n\n((?:.|\n)*?)\n\n=end \1$|^=for (?:roff|man) ((?:.|\n)*?)\n\n
si(tex)6=^=begin (tex|latex)\n\n((?:.|\n)*?)\n\n=end \1$|^=for (?:tex|latex) ((?:.|\n)*?)\n\n
c1,1=^=head[1234] (.*)
c1,1=B<([^>]*)>
c3,1=I<([^>]*)>
si(perl)7=C<<<((?:.|\n)*?)>>>|C<<((?:.|\n)*?)>>|C<([^>]*)>
c4,1=L<([^>]*)>