]> granicus.if.org Git - file/commitdiff
enable graphwiz again adding mandatory space after "graph"
authorChristos Zoulas <christos@zoulas.com>
Mon, 15 Dec 2008 16:58:13 +0000 (16:58 +0000)
committerChristos Zoulas <christos@zoulas.com>
Mon, 15 Dec 2008 16:58:13 +0000 (16:58 +0000)
magic/Magdir/graphviz

index b580713dfe9a2ad9a48386a428e42b4ac0f3fd0c..15a4d06690199fe0fe616f4c80ee475557cf2199 100644 (file)
@@ -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