File: messages.cfg

package info (click to toggle)
trac-customfieldadmin 0.4.0%2Bsvn18456-2~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 196 kB
  • sloc: python: 524; javascript: 55; makefile: 4
file content (21 lines) | stat: -rw-r--r-- 411 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
[ignore: **/tests/**]

[python: **.py]

[genshi: **/templates/*_genshi.html]

[html: **/templates/*_jinja.html]
extensions = jinja2.ext.do, jinja2.ext.with_
variable_start_string = ${
variable_end_string = }
line_statement_prefix = #
line_comment_prefix = ##
trim_blocks = yes
lstrip_blocks = yes
newstyle_gettext = yes
silent = no

[extractors]
python = trac.dist:extract_python
html = trac.dist:extract_html