AsciiDoc listing blocks start with the square brackets containing the source block type.

To apply highlighting to source code you must specify a source language e.g.


[source,java]
----
public class Person {
}
----