Update readme.

This commit is contained in:
Jason Webb
2012-04-22 09:39:05 -06:00
parent 6c21d00079
commit 88ac59ee84

View File

@@ -14,6 +14,11 @@ This version of this file features the following text highlights:
- Browser, DOM and "Ajax" keywords like objects, methods, properties and others.
- Operation, comparison and logical symbols (`=`,`==`,`===`,`!=`,etc.).
To enable code folding add the following to your `.vimrc`.
au FileType javascript call JavaScriptFold()
###TODO
You can help me improve it too.