C# のコードハイライトは cs って書けばいいことがわかった

ヽ(゚∀゚)ノ ワー

using System;


namespace Example.Greeting {


    public class EntryPoint {
        
        static void Main(string[] args) {
            Console.WriteLine( "Hello, World!" );
        }
    }
}

参考