Adds a new style range.
void add(int start, int end, Style style) { _ranges.add(StyleRange(start, end, style)); }