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] annotations are keywords are highlighted differently

vanniktech opened this issue · comments

The following:

class NoInternalImportRuleTest {
  @Test fun noWildcardImportsRule() {

  }
}

will have different highlighting for @Test and fun:

screenshot from 2018-06-15 16-13-35

even though this preview and also IntelliJ uses the same color:

screenshot from 2018-06-15 16-14-02