1284194Sdelphij
2284194Sdelphij#------------------------------------------------------------------------------
3284194Sdelphij# $File: graphviz,v 1.8 2014/06/03 19:01:34 christos Exp $
4284194Sdelphij# graphviz:  file(1) magic for http://www.graphviz.org/
5284194Sdelphij
6284194Sdelphij# FIXME: These patterns match too generally. For example, the first
7284194Sdelphij# line matches a LaTeX file containing the word "graph" (with a {
8284194Sdelphij# following later) and the second line matches this file.
9284194Sdelphij#0	regex/100l	[\r\n\t\ ]*graph[\r\n\t\ ]+.*\\{	graphviz graph text
10284194Sdelphij#!:mime	text/vnd.graphviz
11284194Sdelphij#0	regex/100l	[\r\n\t\ ]*digraph[\r\n\t\ ]+.*\\{	graphviz digraph text
12284194Sdelphij#!:mime	text/vnd.graphviz
13