From b178268cbc660c4fc8323e7fc0120f02f4a282a1 Mon Sep 17 00:00:00 2001 From: hartsantler Date: Sat, 17 Jan 2015 13:34:12 -0800 Subject: [PATCH] changed to make `rusthon` a `python` alias. https://github.com/github/linguist/pull/2001 --- lib/linguist/languages.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 36e2cf18..87cf494c 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -2376,6 +2376,8 @@ Python: - python - python2 - python3 + aliases: + - rusthon Python traceback: type: data @@ -2386,11 +2388,6 @@ Python traceback: tm_scope: text.python.traceback ace_mode: text -Rusthon: - type: programming - ace_mode: python - color: "#3581ba" - QML: type: markup color: "#44a51c"