style Token
Helper method to style a token's range in a particular named style, using the specified function to merge any style information previously attached to all or parts of the token's range.
Parameters
The token to style. Only a token taken from the source of the current module will have its style honored.
The system style to apply to the token.
Whether the new style should clobber the old style.
How to reconcile an existing style with the new style. Applied to the existing style. Evaluates to the replacement style, which may be a comma-separated composite of styles. Defaults to style composition.
Helper method to style a token's range in a particular named style, using the specified function to merge any style information previously attached to all or parts of the token's range.
Parameters
The token to style. Only a token taken from the source of the current module will have its style honored.
The optional style to apply to the token. If null, then clear the style iff overwrite is true; otherwise, preserve the original style.
Whether the new style should clobber the old style.
How to reconcile an existing style with the new style. Applied to the existing style. Evaluates to the replacement style, which may be a comma-separated composite of styles. Defaults to style composition.