keywords: withSoftKeywords()

in apis/scaladoc-1.0.0/scripts/hljs-scala3.js [364:381]


    keywords: withSoftKeywords('open transparent'),
    excludeEnd: true,
    contains: [
      hljs.C_LINE_COMMENT_MODE,
      hljs.C_BLOCK_COMMENT_MODE,
      TPARAMS,
      CTX_PARAMS,
      PARAMS,
      EXTENDS_PARENT,
      WITH_MIXIN,
      DERIVES_TYPECLASS,
      TITLE,
      PROBABLY_TYPE
    ]
  }

  // package declaration with a content
  const PACKAGE = {