From 63cb5aac2072a36491cc69ee291d33b1c2a4ae86 Mon Sep 17 00:00:00 2001 From: "Clinton N. Dreisbach" Date: Sun, 22 Dec 2013 11:54:14 -0500 Subject: [PATCH] Adding support for Hoplon files See https://github.com/tailrecursion/hoplon-demos/blob/master/todoFRP/src/index.cljs.hl for an example and https://github.com/tailrecursion/hoplon for the full project. --- lib/linguist/languages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index e0c59c0d..77931d71 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -315,6 +315,7 @@ Clojure: - .cljscm - .cljx - .hic + - .cljs.hl filenames: - riemann.config @@ -663,6 +664,7 @@ HTML: extensions: - .htm - .xhtml + - .html.hl HTML+Django: type: markup