Tern - Special characters causing issues

Steps to reproduce:

Press Control+Space, notice the hint list.
Now type <, and the list remains.

Certain characters seem reserved. This is causing a problem for me because I have code complete being invoked by a dot. So typing .< will bring up the API list.

Patch 8d79749564 should take care of this.

Fix validated.

Thanks
M@