URL Highlight Composer Plugin
Composer plugin which enables URL highlighting support, to display URLs differently than their surrounding text.
Usage
Like other Composer plugins, it can be declared in the list of plugins when instantiating a composer
$('textarea.selector').evolutionComposer({
plugins: ['urlhighlight']
});