googlearchive / code-prettify

An embeddable script that makes source-code snippets in HTML prettier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Kotlin] functions are not highlighted correctly

vanniktech opened this issue · comments

The following:

fun foo() {

}

does not highlight the function name correctly:

screenshot from 2018-06-15 16-15-11

Whereas IntelliJ and this preview colors the function name correctly:

screenshot from 2018-06-15 16-15-29

Maybe related to #548