From 034137f533550019da8a2127770b3a26d1223d00 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Thu, 18 Dec 2014 21:19:38 -0800 Subject: [PATCH] Use source.smalltalk to hightlight STON files. While not perfect, source.smalltalk is a better fit for highlighting STON files than source.json. When STON departs from pure JSON (often) the hightlighting is pretty bad. --- lib/linguist/languages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index d69b072a..b4f76ed5 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -2621,8 +2621,8 @@ STON: group: Smalltalk extensions: - .ston - tm_scope: source.json - ace_mode: lisp + tm_scope: source.smalltalk + ace_mode: text Sage: type: programming