From 02b94b13d8ee7f8941f14008855e9b897d4b908c Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Mon, 2 Feb 2009 21:51:42 +0000 Subject: [PATCH] Comment out too-general pattern. --- magic/Magdir/graphviz | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/magic/Magdir/graphviz b/magic/Magdir/graphviz index 15a4d066..831a0025 100644 --- a/magic/Magdir/graphviz +++ b/magic/Magdir/graphviz @@ -4,7 +4,7 @@ # FIXME: These patterns match too generally. For example, the first # line matches a LaTeX file containing the word "graph" (with a { # following later) and the second line matches this file. -0 regex/100 [\r\n\t\ ]*graph[\r\n\t\ ]+.*\\{ graphviz graph text -!:mime text/vnd.graphviz -0 regex/100 [\r\n\t\ ]*digraph[\r\n\t\ ]+.*\\{ graphviz digraph text -!:mime text/vnd.graphviz +#0 regex/100 [\r\n\t\ ]*graph[\r\n\t\ ]+.*\\{ graphviz graph text +#!:mime text/vnd.graphviz +#0 regex/100 [\r\n\t\ ]*digraph[\r\n\t\ ]+.*\\{ graphviz digraph text +#!:mime text/vnd.graphviz -- 2.50.1