SyntaxHighlighting

class SyntaxHighlighting(noAttrs: Attrs, commentAttrs: Attrs, keywordAttrs: Attrs, valDefAttrs: Attrs, literalAttrs: Attrs, typeAttrs: Attrs, annotationAttrs: Attrs, notImplementedAttrs: Attrs)

This object provides functions for syntax highlighting in the REPL

class Object
trait Matchable
class Any

Value members

Concrete methods

def highlight(in: String)(using Context): String