From a0bbf7df6fb09a641418b32d947095c52c864414 Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Fri, 14 Nov 2014 18:41:36 +0100 Subject: [PATCH] Add Ant --- grammars.yml | 2 ++ lib/linguist/languages.yml | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/grammars.yml b/grammars.yml index b7b023b8..264bc752 100644 --- a/grammars.yml +++ b/grammars.yml @@ -221,6 +221,8 @@ https://github.com/swannodette/textmate-clojure: - source.clojure https://github.com/technosophos/Vala-TMBundle: - source.vala +https://github.com/textmate/ant.tmbundle: +- text.xml.ant https://github.com/textmate/antlr.tmbundle: - source.antlr https://github.com/textmate/apache.tmbundle: diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 62512c08..9ec037cd 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -33,6 +33,15 @@ AGS Script: - .ash tm_scope: source.c++ +Ant Build System: + type: data + tm_scope: text.xml.ant + extensions: + - .ant.xml + filenames: + - build.xml + - ant.xml + ANTLR: type: programming color: "#9DC3FF"