1234449Sobrien
2186690Sobrien#------------------------------------------------------------------------------
3234449Sobrien# $File: graphviz,v 1.7 2009/09/19 16:28:09 christos Exp $
4186690Sobrien# graphviz:  file(1) magic for http://www.graphviz.org/
5191771Sobrien
6191771Sobrien# FIXME: These patterns match too generally. For example, the first
7191771Sobrien# line matches a LaTeX file containing the word "graph" (with a {
8191771Sobrien# following later) and the second line matches this file.
9191771Sobrien#0	regex/100	[\r\n\t\ ]*graph[\r\n\t\ ]+.*\\{	graphviz graph text
10191771Sobrien#!:mime	text/vnd.graphviz
11191771Sobrien#0	regex/100	[\r\n\t\ ]*digraph[\r\n\t\ ]+.*\\{	graphviz digraph text
12191771Sobrien#!:mime	text/vnd.graphviz
13