Commit Graph

119 Commits

Author SHA1 Message Date
Jose Elera
7a607a87e2 Update README
highlights 3rd party plugins
2013-12-09 13:03:27 -06:00
Jose Elera
d6b3d6b9f3 Update README
New screenshots, add extra info about other plugins and contributions
2013-12-08 18:40:58 -06:00
Jose Elera
dbbb25a89c Merge pull request #34 from boba1l0s2k9/master
Support more JSDoc tags, inline @example highlighting
2013-12-02 20:49:28 -08:00
boba1l0s2k9
8c6cba0bd2 Added additional JSDoc 3 tags to the list that gets highlighted: @name, @memberof, @exports, @callback, @typedef, and @property. These are all documented here:
http://usejsdoc.org/#JSDoc3_Tag_Dictionary

More importantly, I added special handling for the @example tag to do syntax highlighting for code in example blocks (even though the code is technically inside a comment).
2013-12-02 14:02:37 -08:00
Jose Elera
0aeefd8035 Merge pull request #33 from tommcdo/master
Add word boundaries to "function" keyword
2013-11-13 09:01:43 -08:00
Tom McDonald
c93090a7ab Add word boundaries to "function" keyword
Fixes syntax problems when an identifier contains the word 'function'
(e.g. 'functionName').
2013-11-12 15:16:59 -05:00
Jose Elera Campana
505de2532a Merge branch 'master' of github.com:jelera/vim-javascript-syntax 0.8.0 2013-09-17 23:52:12 -05:00
Jose Elera
e830080845 Merge pull request #32 from jelera/0.8.0
Major cleanup, add keywords, tweak highlighting
2013-09-17 21:49:54 -07:00
Jose Elera Campana
5b1e5124c5 Merge branch '0.8.0' 2013-09-17 23:48:13 -05:00
Jose Elera Campana
1b09e8a955 Revert "highlight works in HTML files too"
This reverts commit 74dae607da.
2013-09-17 23:45:51 -05:00
Jose Elera Campana
74dae607da highlight works in HTML files too 2013-09-17 23:44:27 -05:00
Jose Elera Campana
1debc2ad91 Tweak the highlight links 2013-09-17 23:39:38 -05:00
Jose Elera Campana
e98aa68678 major cleanup and reindent 2013-09-17 23:10:06 -05:00
Jose Elera Campana
632a1de4df cleanup and reindent the whole file 2013-09-17 22:47:21 -05:00
Jose Elera Campana
61b93e06d7 add Web API keywords (very long list) 2013-09-17 21:46:03 -05:00
Jose Elera Campana
f5065ce43f Cleanup of "global objects" 2013-09-17 20:56:16 -05:00
Jose Elera Campana
ddfc4cc7ed update the highlight for Regex strings 2013-09-17 20:48:00 -05:00
Jose Elera Campana
b5a4fdf0e8 change the version and date of the file 2013-09-17 20:44:01 -05:00
Jose Elera Campana
78fedc7691 add Installation instructions 0.7.9 2013-09-17 16:58:52 -05:00
Jose Elera Campana
2fb4064a5b Merge branch 'master' of github.com:jelera/vim-javascript-syntax 2013-09-17 16:41:40 -05:00
Jose Elera
72f558edd5 update the TODO section 2013-09-17 16:39:28 -05:00
Jose Elera
d68886a17b add recommended javascript indent file. 2013-09-16 22:44:59 -05:00
Jose Elera
7271687941 Merge pull request #31 from romainbossart/updateReadme
Update README.markdown
2013-09-15 10:07:34 -07:00
Jose Elera Campana
a170a17d90 change the highlight of the function name 2013-09-15 12:06:43 -05:00
Jose Elera Campana
2fb263cb75 add comma highlighting, which I deleted by mistake 2013-09-15 11:33:19 -05:00
Jose Elera Campana
098c45e77a Merge branch 'master' of https://github.com/bgrohman/vim-javascript-syntax into bgrohman-master
Conflicts:
	syntax/javascript.vim
2013-09-15 11:27:32 -05:00
Romain Bossart
497ee85e4b Update README.markdown 2013-09-08 11:21:39 +02:00
Bryan Grohman
88e7ae096a Updated highlighting for equal sign in function expressions 2013-08-30 08:45:10 -05:00
Jose Elera Campana
1c721f5feb consolidate single and double quote strings 2013-08-30 00:13:15 -05:00
Jose Elera
9bf69e295a Merge pull request #28 from bgrohman/patch-1
Support for function expressions
2013-08-29 19:31:57 -07:00
Bryan Grohman
87aa6fffcf Support for function expressions
Function expressions will be highlighted appropriately.
2013-08-26 16:19:10 -05:00
Jose Elera
ad3ecd4dbf Merge pull request #27 from tlvince/bug-fold-comment
Removes dangling FoldText() call
2013-08-23 11:50:27 -07:00
Tom Vincent
8414f92d96 Removes dangling FoldText() call
Without this, fold comments were being displayed as:

    +--  6 lines folded

... whereas, I'd expect something like:

    +---  6 lines: .state('causes', {

... which this fix achieves. Should also resolve #14.
2013-08-14 07:44:11 +01:00
Jose Elera
2467883d23 Merge pull request #25 from magicdrive/pull-request
shebang any
2013-08-04 08:01:20 -07:00
Hiroshi IKEGAMI
a34f76bd05 shebang any 2013-08-04 22:50:12 +09:00
Jose Elera Campana
5f7d55e3d9 Merge pull request #21 from tommcdo/master
Remove $ from iskeyword in PHP files
2013-05-08 11:35:58 -07:00
Tom McDonald
826e4db3a9 Remove $ from iskeyword in PHP files 2013-05-08 14:29:40 -04:00
Jose Elera Campana
78a6d49126 Merge pull request #18 from Jonhoo/patch-1
@returns may also take a type parameter
2013-03-26 09:58:57 -07:00
Jose Elera Campana
7d0d3bc5c5 Merge pull request #15 from ehynds/master
Remove code folding by default
2013-03-26 09:58:16 -07:00
Jon Gjengset
e0116fd12f @returns may also take a type parameter
JSDoc supports giving @returns a type parameter which wasn't highlighted earlier.
2013-02-24 11:59:39 +00:00
Eric Hynds
cc7007036b remove code folding by default 2012-08-16 18:47:47 -03:00
Jose Elera Campana
b03f40ff6d Merge pull request #12 from billychan/master
Highlight for function arguments
2012-08-13 09:48:26 -07:00
Jose Elera Campana
5f45ff925c Merge pull request #10 from sleepycat/master
Setting filetype to javascript based on node shebang
2012-08-13 09:45:49 -07:00
Jose Elera Campana
31f6effc42 Merge pull request #9 from dsjbirch/master
This fixes the issue we discussed about semicolons.
2012-08-13 09:43:15 -07:00
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