Hi,
I install this plugin with Vundle,everything seems OK.
Then I open a simple .js file,(I know jQuery is enabled by default.)just input:
jQuery("#id").ready(function(){
});
Anyhow,the word ready is displayed as plain text ,rather than function color.
So , did I use it in the wrong way ?
Ps:
Is this plugin conflict with othree/javascript-libraries-syntax.vim'?
Thanks.