From: Christos Zoulas Date: Mon, 15 Dec 2008 16:58:13 +0000 (+0000) Subject: enable graphwiz again adding mandatory space after "graph" X-Git-Tag: FILE5_05~256 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b38ed51b4aed21b8824b179e8736f8c87891236b;p=file enable graphwiz again adding mandatory space after "graph" --- diff --git a/magic/Magdir/graphviz b/magic/Magdir/graphviz index b580713d..15a4d066 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