highlight specific text in the content box

The only way I can think of doing this is with JavaScript to regex your parameter and apply a css style to them on the fly.

Check out these jquery plugin for ideas:
https://github.com/jbr/jQuery.highlightRegex
http://johannburkard.de/blog/programming/javascript/highlight-javascript-text-higlighting-jquery-plugin.html