From 4edabb3b9e6fd7fa56d8dfb6e917f25c37beca81 Mon Sep 17 00:00:00 2001 From: Peter Lane Date: Fri, 16 Dec 2011 23:36:04 +0000 Subject: [PATCH] Added detection for the Fantom language --- lib/linguist/languages.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 21021ea9..68305fae 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -338,6 +338,12 @@ Fancy: - .fancypack - .fy +Fantom: + type: programming + lexer: Java + extensions: + - .fan + GAS: type: programming group: Assembly