Commit Graph

63 Commits

Author SHA1 Message Date
billychan 9a9c0dae04 Set different highlight for function arguments
With this fix, function keywords, function name, function arguments, parenthesis and commas will have different highlight. It's clearer to read codes.
2012-08-09 21:18:16 +08:00
Mike Williamson 405df92c21 Set filetype based on node shebang
Recognizes the node shebang line and sets the filetype to javascript.
Syntax highlights the shebang as well.
2012-05-24 20:35:40 -04:00
David Stephen James Birch 47ec99eb7b Fixed typo. 2012-05-12 20:11:05 +01:00
David Stephen James Birch 36b33f2e9e Fixed javaScriptEndColons to recognise semicolons that separate to statements on a single line. 2012-05-12 20:06:47 +01:00
David Stephen James Birch 412bbfb4e3 Fixed typo. 2012-05-12 14:33:40 +01:00
Jason Webb 6c21d00079 Stop code folding by default.
There is no reason to force this on users.  Let people opt in, in their
own .vimrc.
2012-04-22 09:36:52 -06:00
Jose Elera Campana e713ddc1f7 ADDED: folds, and foldmethod JavaScriptFold() to file 2012-02-23 13:12:20 -06:00
ohcibi 7a5167a188 Changed type of javaScriptBrowserObjects and javaScriptDOMObjects to Constant. 2012-02-09 12:14:01 +01:00
Jose Elera Campana 9d378a5296 changes for a uniform look 2012-02-08 12:27:25 -06:00
Jose Elera Campana 67ec264743 Bracket,Parens,other symbols are highlighted, added more keywords 2012-02-07 22:14:47 -06:00
Jose Elera Campana 683bb03fe0 changes the way the new keywords are being highlighted 2012-02-07 18:52:31 -06:00
Jose Elera Campana 55ea5890bb Improved Highlighting with any colorscheme 2012-02-05 15:32:35 -06:00
Jose Elera Campana c26e932757 javascript.vim moved to syntax folder 2012-01-17 16:23:18 -06:00