CSharp: Support syntax-highligting.

This commit is contained in:
Alastair Poole 2020-03-06 10:49:27 +00:00
parent caff04d9b5
commit b8a43052b9
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ Edi_Language_Provider *edi_language_provider_for_mime_get(const char *mime)
id = "python";
if (!strcasecmp(mime, "text/x-go"))
id = "go";
if (!strcasecmp(mime, "text/x-csharp"))
id = "csharp";
if (!id)
return NULL;