Commit Graph

103 Commits

Author SHA1 Message Date
Jose Elera
e1ac433681 Add instructions for version numbering 2016-02-24 03:42:41 -06:00
Jose Elera
783f31a8ea Bump the date and the version
This convention must be followed in order to have better documentation
and support while debugging and testing.
2016-02-24 03:35:16 -06:00
Jose Elera
747f267214 Add git-flow instructions for new commits 2016-02-24 03:29:18 -06:00
Jose Elera
7064a6e555 Merge pull request #65 from wilhelmtell/hotfix/shebang_test
shebang doesn't have to contain env
2016-02-24 03:05:29 -06:00
Matan Nassau
502218a866 shebang doesn't have to contain env 2016-02-20 18:59:10 -05:00
Jose Elera Campana
e7b2c327d4 Merge pull request #61 from reedcwilson/highlight/templatestrings
Add 'of' keyword and highlight links for template strings
2015-12-09 14:37:38 -06:00
Jose Elera Campana
b93c210c0e Merge pull request #60 from juneidysoo/master
Added @cfg tag from senchalabs/jsduck
2015-12-09 14:36:49 -06:00
Reed Wilson
180e8937f0 add 'of' keyword and highlight links for template strings 2015-12-02 16:34:38 -07:00
juneidy
18579fda9e Added @cfg tag from senchalabs/jsduck 2015-11-18 10:29:44 +08:00
Jose Elera Campana
c907b157ab Merge pull request #53 from mmwtsn/jsdoc-tags
Add complete list of JSDoc tags and synonyms
2015-07-03 11:55:54 -05:00
Jose Elera Campana
e30ebd4a0e Merge pull request #55 from larsbs/master
Added support for object keys syntax highlighting
2015-07-03 11:55:24 -05:00
Lorenzo Ruiz
539dd14378 Fixed typo 2015-07-03 14:15:01 +02:00
Lorenzo Ruiz
ed6a363cd7 Added support for object keys 2015-07-03 14:08:42 +02:00
Lorenzo Ruiz
7f04baf7be Update javascript.vim 2015-07-03 14:00:00 +02:00
M. Maxwell Watson
7614d41df9 Add complete list of alphabetized JSDoc tags 2015-06-16 23:10:51 -04:00
Jose Elera Campana
8066c375aa Merge pull request #51 from averted/es6-interpolation
Adding basic ES6 string interpolation
2015-05-14 14:03:06 -05:00
averted
92117af3bb Adding basic ES6 string interpolation 2015-05-13 16:16:47 -04:00
Jose Elera Campana
82cb62c898 Merge pull request #49 from gabesoft/master
allow multiline strings
2015-01-23 11:14:38 -06:00
Gabriel Adomnicai
9ee13d82e1 allow multiline strings 2015-01-17 18:21:35 -08:00
Jose Elera Campana
386c24a265 Merge pull request #46 from frontierpsycho/multiline-strings
Fix multiline strings.
2014-11-01 11:19:50 -05:00
NamelessOne
46e76c0ba2 Fix multiline strings. 2014-10-23 22:12:50 +02:00
Jose Elera
c4b467d1d8 Merge pull request #45 from bvalosek/master
added @tutorial tag for jsdoc3
2014-10-08 15:59:38 -05:00
Brandon Valosek
99cef7b382 added @tutorial tag 2014-10-08 14:39:06 -05:00
Jose Elera
1c0ea2481d Merge pull request #43 from hendriklammers/update-readme
Replace deprecated Bundle with Plugin in Vundle example
2014-09-02 14:10:47 -05:00
Hendrik Lammers
777312caaf Replace deprecated Bundle with Plugin 2014-09-02 14:23:33 +02:00
Jose Elera
fa7389a56b Merge pull request #42 from bvalosek/master
add support for @readonly JSDoc3 tag
2014-07-31 23:23:51 -05:00
Brandon Valosek
239388b99b add support for @readonly JSDoc3 tag 2014-07-30 15:04:45 -05:00
Jose Elera
4899b2c272 Merge pull request #38 from Fake51/master
Setting iskeyword unconditionally created issues for me
2014-01-14 19:40:34 -08:00
Peter Lind
7ef78f4a2c Explicitly setting $ as part of words for javascript, instead of assuming only php filetype should not have it 2014-01-14 22:09:26 +01:00
Jose Elera
1c08820db8 Merge pull request #36 from bvalosek/master
Added @enum, @const, @mixin, @alias for JSDoc
2013-12-23 14:28:25 -08:00
Brandon Valosek
6de2864feb @event and @fires 2013-12-18 22:19:46 -06:00
Brandon Valosek
6777b611d2 @mixes as well 2013-12-18 21:57:01 -06:00
Brandon Valosek
5be88cba5d Added @enum, @const, @mixin, @alias for JSDoc 2013-12-18 20:44:26 -06:00
Jose Elera
d3855f867a Change "syn" for "syntax", "javascript" for "javaScript"
Change is good for keeping up with uniformity
2013-12-09 13:22:09 -06:00
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