Function TextEdit.addColorRegion

Adds color region (given the delimiters) and its colors.

void addColorRegion (
  const(String) begin_key,
  const(String) end_key,
  const(Color) color,
  const(bool) line_only = false
) nothrow @nogc;