Closed
Bug 1164853
Opened 11 years ago
Closed 9 years ago
Add support for JSX highlighting in the debugger
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kgrandon, Unassigned)
References
Details
Attachments
(1 file)
|
198.85 KB,
image/png
|
Details |
I am currently using source maps + JSX, and everything is working great in the debugger. Unfortunately syntax highlighting is not working with JSX. I would like to have some way of making this work, or have some way to hook into a local toolchain to make this work.
Some resources:
https://github.com/mxw/vim-jsx
https://github.com/babel/babel-sublime
Comment 1•11 years ago
|
||
We need a JSX mode for CodeMirror.
Comment 2•9 years ago
|
||
This was implemented in the new debugger front end.
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•