From 8118546ac7af269c5147749654e1e952f64ae616 Mon Sep 17 00:00:00 2001 From: Brett Weir Date: Sun, 4 May 2014 21:05:19 -0700 Subject: [PATCH] Changed Propeller Spin primary_extension key to extensions and set value as array --- lib/linguist/languages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index f0203b39..f364c9a3 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1370,7 +1370,8 @@ Propeller Spin: type: programming lexer: Text only color: "#2b446d" - primary_extension: .spin + extensions: + - .spin Protocol Buffer: type: markup