Closed Bug 554049 Opened 15 years ago Closed 15 years ago

Treat jsm files like js files

Categories

(Webtools Graveyard :: MXR, defect)

defect
Not set
normal

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.
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
Status: RESOLVED → VERIFIED
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.