Closed
Bug 554049
Opened 15 years ago
Closed 15 years ago
Treat jsm files like js files
Categories
(Webtools Graveyard :: MXR, defect)
Webtools Graveyard
MXR
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ehsan.akhgari, Assigned: timeless)
Details
jsm (javascript module) files are becoming more and more frequent in mozilla-central, and MXR needs to be configured to treat them as js files, for things like finding identifier names, and syntax highlighting.
Reporter | ||
Comment 1•15 years ago
|
||
From a quick look at mxr sources, it seems that the interesting place is:
http://mxr.mozilla.org/webtools/source/lxr/genxref#625
I think we should convert this line to:
if (/\.(jsm?)$/i) {
^^
I don't know where the source code lives to create a patch though. :-)
Assignee: nobody → timeless
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•15 years ago
|
||
Verified fixed on http://mxr.mozilla.org/mozilla-central/find?text=&kind=text&string=jsm$
Status: RESOLVED → VERIFIED
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•