white

rjsx with elpa

This diff is collapsed. Click to expand it.
1 +;;; js2-mode-autoloads.el --- automatically extracted autoloads
2 +;;
3 +;;; Code:
4 +(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
5 +
6 +;;;### (autoloads nil "js2-imenu-extras" "js2-imenu-extras.el" (22981
7 +;;;;;; 60718 536222 176000))
8 +;;; Generated autoloads from js2-imenu-extras.el
9 +
10 +(autoload 'js2-imenu-extras-setup "js2-imenu-extras" "\
11 +
12 +
13 +\(fn)" nil nil)
14 +
15 +(autoload 'js2-imenu-extras-mode "js2-imenu-extras" "\
16 +Toggle Imenu support for frameworks and structural patterns.
17 +
18 +\(fn &optional ARG)" t nil)
19 +
20 +;;;***
21 +
22 +;;;### (autoloads nil "js2-mode" "js2-mode.el" (22981 60718 552222
23 +;;;;;; 310000))
24 +;;; Generated autoloads from js2-mode.el
25 +
26 +(autoload 'js2-highlight-unused-variables-mode "js2-mode" "\
27 +Toggle highlight of unused variables.
28 +
29 +\(fn &optional ARG)" t nil)
30 +
31 +(autoload 'js2-minor-mode "js2-mode" "\
32 +Minor mode for running js2 as a background linter.
33 +This allows you to use a different major mode for JavaScript editing,
34 +such as `js-mode', while retaining the asynchronous error/warning
35 +highlighting features of `js2-mode'.
36 +
37 +\(fn &optional ARG)" t nil)
38 +
39 +(autoload 'js2-mode "js2-mode" "\
40 +Major mode for editing JavaScript code.
41 +
42 +\(fn)" t nil)
43 +
44 +(autoload 'js2-jsx-mode "js2-mode" "\
45 +Major mode for editing JSX code.
46 +
47 +To customize the indentation for this mode, set the SGML offset
48 +variables (`sgml-basic-offset' et al) locally, like so:
49 +
50 + (defun set-jsx-indentation ()
51 + (setq-local sgml-basic-offset js2-basic-offset))
52 + (add-hook \\='js2-jsx-mode-hook #\\='set-jsx-indentation)
53 +
54 +\(fn)" t nil)
55 +
56 +;;;***
57 +
58 +;;;### (autoloads nil nil ("js2-mode-pkg.el" "js2-old-indent.el")
59 +;;;;;; (22981 60718 574371 921000))
60 +
61 +;;;***
62 +
63 +;; Local Variables:
64 +;; version-control: never
65 +;; no-byte-compile: t
66 +;; no-update-autoloads: t
67 +;; End:
68 +;;; js2-mode-autoloads.el ends here
1 +(define-package "js2-mode" "20170815.1415" "Improved JavaScript editing mode"
2 + '((emacs "24.1")
3 + (cl-lib "0.5"))
4 + :url "https://github.com/mooz/js2-mode/" :keywords
5 + '("languages" "javascript"))
6 +;; Local Variables:
7 +;; no-byte-compile: t
8 +;; End:
This diff could not be displayed because it is too large.
No preview for this file type
This diff is collapsed. Click to expand it.
No preview for this file type
1 +;;; rjsx-mode-autoloads.el --- automatically extracted autoloads
2 +;;
3 +;;; Code:
4 +(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
5 +
6 +;;;### (autoloads nil "rjsx-mode" "rjsx-mode.el" (22981 60721 372245
7 +;;;;;; 990000))
8 +;;; Generated autoloads from rjsx-mode.el
9 +
10 +(autoload 'rjsx-mode "rjsx-mode" "\
11 +Major mode for editing JSX files.
12 +
13 +\(fn)" t nil)
14 +
15 +(add-to-list 'auto-mode-alist '("\\.jsx\\'" . rjsx-mode))
16 +
17 +;;;***
18 +
19 +;; Local Variables:
20 +;; version-control: never
21 +;; no-byte-compile: t
22 +;; no-update-autoloads: t
23 +;; End:
24 +;;; rjsx-mode-autoloads.el ends here
1 +(define-package "rjsx-mode" "20170808.634" "Real support for JSX" '((emacs "24.4") (js2-mode "20170504")) :commit "4a24c86a1873289538134fe431e544fa3e12e788" :url "https://github.com/felipeochoa/rjsx-mode/" :keywords '("languages"))
No preview for this file type
This diff is collapsed. Click to expand it.
No preview for this file type