OSDN Git Service

Fix osdn.net #42179: Thicken the caret in overwrite mode
[winmerge-jp/winmerge-jp.git] / Filters / XML_html.flt
index 390b6e4..243784e 100644 (file)
@@ -1,6 +1,7 @@
 ## This is a directory/file filter for WinMerge
 ## This filter lets through only files XML/HTML developer cares about
 name: XML/HTML Devel
+desc: Lets through only files XML/HTML developer cares about
 
 ## This is an exclusive filter
 ## (it lets through only matching files)
@@ -11,12 +12,12 @@ def: exclude
 ## (Inline comments begin with " ##" and extend to the end of the line)
 
 f: \.xml$ ## XML files
-f: \.xlst$
+f: \.xslt$
 f: \.dtd$
 f: \.html$ ## HTML files
 f: \.htm$
 f: \.css$ ## CSS style files
-f: \\gif$ ## Pictures
+f: \.gif$ ## Pictures
 f: \.bmp$
 f: \.jpg$
 f: \.png$