From b67254e9862816f056181b260941e22e6c60fd60 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 19 Feb 2016 18:52:10 +0100 Subject: [PATCH] add support for Uno Uno is a fast, native dialect of C#, that includes a lot of specialized functionality for graphics programming. https://www.fusetools.com/learn/uno --- lib/linguist/languages.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 14519a61..d5646305 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -3591,6 +3591,13 @@ Unity3D Asset: - .unity tm_scope: source.yaml +Uno: + type: programming + extensions: + - .uno + ace_mode: csharp + tm_scope: source.cs + UnrealScript: type: programming color: "#a54c4d"