From a0c06eb6b99c3a04187c0ac1d194d5f98ec163fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Szak=C3=A1ts?= Date: Tue, 5 Nov 2013 11:30:04 +0100 Subject: [PATCH] recognize xBase sources [xBase: https://en.wikipedia.org/wiki/xBase] Reopened PR 593 with the two language additions split off. --- lib/linguist/languages.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 33de0c01..41b3599a 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1678,3 +1678,11 @@ wisp: ace_mode: clojure color: "#7582D1" primary_extension: .wisp + +xBase: + type: programming + lexer: Text only + color: "#3a4040" + primary_extension: .prg + extensions: + - .ch