#Enhanced Javascript Syntax for Vim
###Credits
###Description This file is a fork of this file and the stock one
This version of this file features the following text highlights:
=
==
===
!=
To enable code folding add the following to your .vimrc.
.vimrc
au FileType javascript call JavaScriptFold()
###TODO You can help me improve it too.
###Screenshots This is the stock Javascript syntax file
This is with the Enhanced Syntax file
###License The same as Vim