Closed
Bug 1549611
Opened 6 years ago
Closed 6 years ago
Update IPDL and XPIDL reserved words
Categories
(Webtools :: Searchfox, defect)
Webtools
Searchfox
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mccr8, Assigned: mccr8)
Details
I noticed that some key words aren't being highlighted in, for instance, nsIImageLoadingContent.idl. It looks like they just need to be added to RESERVED_WORDS_IDL in tools/src/languages.rs. I'll see if the list for IPDL needs to be updated, too.
Assignee | ||
Comment 1•6 years ago
|
||
For IPDL, the reserved words are just in a list (I added a comment). For XPIDL, they are kind of scattered around the parser in a way that I don't understand. For instance, XPIDL files seem to use AUTF8String, but that exact string doesn't seem to be directly used in the parser.
Assignee | ||
Comment 2•6 years ago
|
||
Looks like this is working now.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•