Hi, I am using this onkeyup event. I want to highlight the written key words, like this: ``` function Highlight(word){ $('textarea').highlightTextarea({ words: [word] }); } ``` But its not working, it only highlights first character I type.