]> code.delx.au - gnu-emacs-elpa/blob - README.md
Adapt async/await changes to latest master
[gnu-emacs-elpa] / README.md
1 About [![Build Status](https://travis-ci.org/mooz/js2-mode.png?branch=master)](https://travis-ci.org/mooz/js2-mode) [![MELPA](https://melpa.org/packages/js2-mode-badge.svg)](https://melpa.org/#/js2-mode)
2 ======
3
4 Improved JavaScript editing mode for GNU Emacs ([description here](http://elpa.gnu.org/packages/js2-mode.html)).
5
6 For some of the latest changes, see [latest user-visible changes](https://github.com/mooz/js2-mode/wiki/Latest-user-visible-changes).
7
8 Installation
9 ======
10
11 The stable versions are hosted at [GNU ELPA](http://elpa.gnu.org/)
12 (<kbd>M-x list-packages</kbd>).
13
14 You can also install the latest development version from
15 [MELPA](https://melpa.org/#/getting-started).
16
17 Emacs 22 and 23
18 ===============
19
20 This version requires Emacs 24 and `cl-lib` (either built-in or from GNU ELPA above).
21 For a backward compatible version, check out the branch
22 [emacs23](https://github.com/mooz/js2-mode/tree/emacs23).
23
24 Bugs
25 ====
26
27 * See broken syntax highlighting and timer errors? Recently upgraded
28 Emacs from version 24.2 or earlier?
29
30 * Try
31 [reinstalling or byte-recompiling](https://github.com/mooz/js2-mode/issues/72)
32 the package.
33
34 Please report problems at <http://github.com/mooz/js2-mode/issues>.
35
36 Contributing
37 ======
38
39 `js2-mode` is subject to the same
40 [copyright assignment](http://www.gnu.org/prep/maintain/html_node/Copyright-Papers.html)
41 policy as Emacs itself, `org-mode`, `CEDET` and other packages in
42 [GNU ELPA](http://elpa.gnu.org/packages/).
43
44 Any
45 [legally significant](http://www.gnu.org/prep/maintain/html_node/Legally-Significant.html#Legally-Significant)
46 contributions can only be accepted after the author has completed their
47 paperwork. Please ask for the request form, and we'll send it to you.
48
49 See Also
50 ======
51
52 Some third-party modes that use the generated syntax tree:
53
54 * [js2-refactor](https://github.com/magnars/js2-refactor.el)
55 * [skewer-mode](https://github.com/skeeto/skewer-mode)