REQUIRE source.first_token != null
# Highlight a full lexed source file.
#
# REQUIRE `source.first_token != null`
fun highlight_source(source: SourceFile)
do
do_highlight(source.first_token.as(not null), null)
end
src/highlight.nit:102,2--108,4