keywords: withSoftKeywords()

in apis/latest/scripts/hljs-scala3.js [260:274]


    keywords: withSoftKeywords('inline infix transparent'),
    contains: [
      hljs.C_LINE_COMMENT_MODE,
      hljs.C_BLOCK_COMMENT_MODE,
      TPARAMS,
      CTX_PARAMS,
      PARAMS,
      TYPED, // prevents the ":" (declared type) to become a title
      PROBABLY_TYPE,
      TITLE
    ]
  }

  // Variables & Constants
  const VAL = {