Highlight

abstract class Highlight(highlight: String)
class Object
trait Matchable
class Any
class Black
class BlackB
class Blue
class BlueB
class Cyan
class CyanB
class Green
class GreenB
class Magenta
class MagentaB
class Modifier
class Bold
class NoColor
class Red
class RedB
class White
class WhiteB
class Yellow
class YellowB

Value members

Abstract methods

Concrete methods

def +(other: Highlight)(using Context): HighlightBuffer
def +(other: String)(using Context): HighlightBuffer
def show(using Context): String
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any