File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22[ ![ MELPA] ( https://melpa.org/packages/rjsx-mode-badge.svg )] ( https://melpa.org/#/rjsx-mode )
33[ ![ Build Status] ( https://travis-ci.org/felipeochoa/rjsx-mode.svg?branch=master )] ( https://travis-ci.org/felipeochoa/rjsx-mode )
44
5- This mode derives from ` js2-jsx- mode ` , extending its parser to support JSX syntax
5+ This mode derives from ` js2-mode ` , extending its parser to support JSX syntax
66according to the [ official spec] ( https://facebook.github.io/jsx/ ) . This
77means you get all of the ` js2 ` features plus proper syntax checking
88and highlighting of JSX code blocks.
@@ -84,7 +84,7 @@ indentation mode by adding `(setq-local indent-line-function
8484
8585Please submit any bugs or feature requests on the GitHub tracker. Since this
8686mode is based on ` js2 ` , it is possible that bugs you encounter with it stem from
87- there. Please try reproducing bugs using ` js2-jsx- mode ` if relevant. If the bug
87+ there. Please try reproducing bugs using ` js2-mode ` if relevant. If the bug
8888is in ` js2 ` , please report it using ` M-x report-emacs-bug ` .
8989
9090## License
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ parsing supports the magic `rjsx-electric-lt' and
4949 :type 'integer )
5050
5151;;;### autoload
52- (define-derived-mode rjsx-mode js2-jsx- mode " RJSX"
52+ (define-derived-mode rjsx-mode js2-mode " RJSX"
5353 " Major mode for editing JSX files."
5454 :lighter " :RJSX"
5555 :group 'rjsx-mode
You can’t perform that action at this time.
0 commit comments