From d4e6798ba8d2b1b6ec388f2b295cfc03c60c114d Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Fri, 14 Nov 2014 18:48:19 +0100 Subject: [PATCH] add Graphviz --- grammars.yml | 2 ++ lib/linguist/languages.yml | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/grammars.yml b/grammars.yml index c375c919..a6060a20 100644 --- a/grammars.yml +++ b/grammars.yml @@ -266,6 +266,8 @@ https://github.com/textmate/fortran.tmbundle: - source.fortran.modern https://github.com/textmate/gettext.tmbundle: - source.po +https://github.com/textmate/graphviz.tmbundle: +- source.dot https://github.com/textmate/groovy.tmbundle: - source.groovy https://github.com/textmate/haskell.tmbundle: diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index cd8222c9..f9706e96 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -956,6 +956,13 @@ Graph Modeling Language: extensions: - .gml +Graphviz (DOT): + type: data + tm_scope: source.dot + extensions: + - .dot + - .DOT + Groff: extensions: - .man