graphviz revision 191771
1193323Sed#------------------------------------------------------------------------------
2193323Sed# graphviz:  file(1) magic for http://www.graphviz.org/
3193323Sed
4193323Sed# FIXME: These patterns match too generally. For example, the first
5193323Sed# line matches a LaTeX file containing the word "graph" (with a {
6193323Sed# following later) and the second line matches this file.
7193323Sed#0	regex/100	[\r\n\t\ ]*graph[\r\n\t\ ]+.*\\{	graphviz graph text
8193323Sed#!:mime	text/vnd.graphviz
9193323Sed#0	regex/100	[\r\n\t\ ]*digraph[\r\n\t\ ]+.*\\{	graphviz digraph text
10193323Sed#!:mime	text/vnd.graphviz
11193323Sed