OSDN Git Service

PATCH: [ 852062 ] XML/HTML file filter
[winmerge-jp/winmerge-jp.git] / Filters / XML_html.flt
1 ## This is a directory/file filter for WinMerge
2 ## This filter lets through only files XML/HTML developer cares about
3 name: XML/HTML Devel
4
5 ## This is an exclusive filter
6 ## (it lets through only matching files)
7 def: exclude
8
9 ## Filters for filenames begin with f:
10 ## Filters for directories begin with d:
11 ## (Inline comments begin with " ##" and extend to the end of the line)
12
13 f: \.xml$ ## XML files
14 f: \.xlst$
15 f: \.dtd$
16 f: \.html$ ## HTML files
17 f: \.htm$
18 f: \.css$ ## CSS style files
19 f: \\gif$ ## Pictures
20 f: \.bmp$
21 f: \.jpg$
22 f: \.png$
23 f: \.js$ ## Java-script
24
25 d: \\*$ ## Subdirectories
26