Commit Graph

75 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
Jose Elera Campana 2648939cbf Merge pull request #7 from bigjason/master
Stop code folding by default
2012-05-11 22:15:23 -07:00
Jason Webb 88ac59ee84 Update readme. 2012-04-22 09:39:05 -06: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
Jose Elera Campana 46c8f78547 Merge pull request #3 from ohcibi/master
Changed javaScriptDOMObjects and BrowserObjects to Constant.
2012-02-15 15:31:03 -08:00
ohcibi 7a5167a188 Changed type of javaScriptBrowserObjects and javaScriptDOMObjects to Constant. 2012-02-09 12:14:01 +01:00
Jose Elera Campana 02a9ffe2b2 added CREDITS to README 2012-02-08 13:21:04 -06:00
Jose Elera Campana 9d378a5296 changes for a uniform look 2012-02-08 12:27:25 -06:00
Jose Elera Campana ff087bd360 added some screenshots 2012-02-07 22:30:45 -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 8b21c72b3b minor change to README 2012-02-07 18:54:42 -06:00
Jose Elera Campana da15a42b43 Merge branch 'master' of https://github.com/jelera/vim-javascript-syntax 2012-02-07 18:53:55 -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 ec0628354f removed customization section on README, the script includes hilink to preset keywords 2012-02-05 15:35:06 -06:00
Jose Elera Campana 55ea5890bb Improved Highlighting with any colorscheme 2012-02-05 15:32:35 -06:00
Jose Elera Campana f9287b1816 some changes in README 2012-01-17 18:58:35 -06:00
Jose Elera Campana 35cc04693c fixed the vimL text on README 2012-01-17 16:52:52 -06:00
Jose Elera Campana 96fa83cc12 added README 2012-01-17 16:50:33 -06:00
Jose Elera Campana c26e932757 javascript.vim moved to syntax folder 2012-01-17 16:23:18 -06:00
Jose Elera Campana 0408b8defe initial commit 2012-01-17 15:28:28 -06:00