From b428bce1265a5b99454f2effaceaf29b1d9b381f Mon Sep 17 00:00:00 2001 From: Alhadis Date: Tue, 1 Sep 2015 07:19:06 +1000 Subject: [PATCH] Quote NCL language's colour value Without double-quotes, the hex colour is interpreted as a YAML comment. Originally added in 2d39258. --- lib/linguist/languages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 19cd8ca9..6f59cc19 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -2128,7 +2128,7 @@ Myghty: NCL: type: programming - color: #28431f + color: "#28431f" extensions: - .ncl tm_scope: source.ncl