From e70407f16bfd11c7e30ca70959e0e9e05ca58785 Mon Sep 17 00:00:00 2001 From: David Vogel Date: Tue, 16 Dec 2014 20:34:32 +0100 Subject: [PATCH] Added PureBasic --- lib/linguist/languages.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 86105d81..f3222610 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -2306,6 +2306,17 @@ Pure Data: tm_scope: none ace_mode: text +PureBasic: + type: programming + color: "#5a6986" + extensions: + - .pb + - .pbi + - .pbf + - .pbp + tm_scope: none + ace_mode: text + PureScript: type: programming color: "#bcdc53"