presentations/highlight-js/test/markup/cs/dotted-namespace.expect.txt

7 lines
193 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
<span class="hljs-keyword">namespace</span> <span class="hljs-title">Dotted.Namespace</span>
{
<span class="hljs-keyword">class</span> <span class="hljs-title">MyClass</span>
{
}
}