]> code.delx.au - gnu-emacs-elpa/blob - README.md
Description -> About
[gnu-emacs-elpa] / README.md
1 About
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](http://melpa.milkbox.net/#installing).
16
17 Emacs 22 and 23
18 ===============
19
20 This version requires Emacs 24. For a backward compatible version,
21 check out the branch
22 [emacs23](https://github.com/mooz/js2-mode/tree/emacs23).
23
24 Bugs
25 ====
26
27 If you find problems, please report them at <http://github.com/mooz/js2-mode/issues>.
28
29 See Also
30 ======
31
32 Some third-party modes that use the generated syntax tree:
33
34 * [js2-refactor](https://github.com/magnars/js2-refactor.el)
35 * [skewer-mode](https://github.com/skeeto/skewer-mode)