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
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