From 7f9142a41dfe3269e6cea9ce65e7137b6230b7e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Szak=C3=A1ts?= Date: Tue, 5 Nov 2013 11:27:04 +0100 Subject: [PATCH] recognize Harbour sources [Harbour language: https://github.com/harbour/core] Reopened PR 593 with the two language additions split off. --- lib/linguist/languages.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 33de0c01..dfc6e8fb 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -643,6 +643,12 @@ Handlebars: - .html.handlebars - .html.hbs +Harbour: + type: programming + lexer: Text only + color: "#0e60e3" + primary_extension: .hb + Haskell: type: programming color: "#29b544"