From 85a919ed4ef97521303cca34b5b5bb36e28bdee6 Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 25 Apr 2022 21:56:29 +0200 Subject: [PATCH] add harelang ..to a "generated" file, I know. harelang is not likely to be accepted by github/linguist right now, as they like to see a new language being actively used first (at least 200 unique :user/:repo combinations). this allows for building against a custom go-entry directly, if needed, for now. --- data/extension.go | 1 + 1 file changed, 1 insertion(+) diff --git a/data/extension.go b/data/extension.go index 4c4d5c4..b06022e 100644 --- a/data/extension.go +++ b/data/extension.go @@ -431,6 +431,7 @@ var LanguagesByExtension = map[string][]string{ ".gypi": {"Python"}, ".h": {"C", "C++", "Objective-C"}, ".h++": {"C++"}, + ".ha": {"Harelang"}, ".hack": {"Hack"}, ".haml": {"Haml"}, ".haml.deface": {"Haml"},