graphviz 517 B

12345678910
  1. #------------------------------------------------------------------------------
  2. # graphviz: file(1) magic for http://www.graphviz.org/
  3. # FIXME: These patterns match too generally. For example, the first
  4. # line matches a LaTeX file containing the word "graph" (with a {
  5. # following later) and the second line matches this file.
  6. #0 regex/100 [\r\n\t\ ]*graph[\r\n\t\ ]+.*\\{ graphviz graph text
  7. #!:mime text/vnd.graphviz
  8. #0 regex/100 [\r\n\t\ ]*digraph[\r\n\t\ ]+.*\\{ graphviz digraph text
  9. #!:mime text/vnd.graphviz