Open
Bug 1183344
Opened 10 years ago
Updated 8 months ago
Syntax Highlight js and css files in view source
Categories
(Toolkit :: View Source, enhancement, P3)
Tracking
()
NEW
People
(Reporter: canuckistani, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Only html files get syntax highlighting when opened via view source, we should also try to syntax highlight JS and CSS files.
Hacks Comment:
https://hacks.mozilla.org/2015/07/developer-edition-41-view-source-in-a-tab-screenshot-elements-har-files-and-more/comment-page-1/#comment-17971
I believe this is basically bug 660193.
We'd likely achieve this by replacing the current view source with CodeMirror, or showing it in the toolbox somehow.
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•4 years ago
|
Component: General → View Source
Product: DevTools → Toolkit
Updated•4 years ago
|
Type: defect → enhancement
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•