From 7abcc39c8ca7e39fe96fe28990d3243f28f5af60 Mon Sep 17 00:00:00 2001 From: hartsantler Date: Fri, 16 Jan 2015 04:32:52 -0800 Subject: [PATCH] added Rusthon to languages list for syntax highlighting in md. --- lib/linguist/languages.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index e1b494a6..36e2cf18 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -2386,6 +2386,11 @@ Python traceback: tm_scope: text.python.traceback ace_mode: text +Rusthon: + type: programming + ace_mode: python + color: "#3581ba" + QML: type: markup color: "#44a51c"