From 6462ba70f91b0d2e7a11ba393920e3fd850aff0d Mon Sep 17 00:00:00 2001 From: Shaun Williams Date: Sat, 21 Mar 2015 11:48:52 -0500 Subject: [PATCH] put .boot after primary .clj extension --- lib/linguist/languages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 3f0dcc61..f666d144 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -514,8 +514,8 @@ Clojure: ace_mode: clojure color: "#db5855" extensions: - - .boot - .clj + - .boot - .cl2 - .cljc - .cljs