Jquery/Javascript - Syntax highlighting as user types in contentEditable region

I'm developing a contentEditable region on my website, where users will be able to type messages to each other. <div contentEditable="true" class="smartText">User types here...</div> ...