From a97fd74399bd7a358f3bcd0badaa4ed3c4b4345d Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 18 Dec 2014 17:46:26 -0500 Subject: [PATCH] Add HCL to languages.yml More information on HCL: https://github.com/hashicorp/hcl --- lib/linguist/languages.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index d69b072a..a9f8b858 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1239,6 +1239,14 @@ Harbour: tm_scope: none ace_mode: text +HCL: + type: programming + extensions: + - .hcl + - .tf + ace_mode: javascript + tm_scope: source.json + Haskell: type: programming color: "#29b544"