Parse idents the same way in both quote string elements and "normal" elements
This commit is contained in:
parent
a6051c76db
commit
6f35475ba5
2 changed files with 45 additions and 33 deletions
|
@ -275,7 +275,7 @@ function loadSearchJsAndIndex(searchJs, searchIndex, storageJs, crate) {
|
|||
"parseInput", "getItemsBefore", "getNextElem", "createQueryElement",
|
||||
"isReturnArrow", "isPathStart", "getStringElem", "newParsedQuery",
|
||||
"itemTypeFromName", "isEndCharacter", "isErrorCharacter",
|
||||
"isIdentCharacter", "isSeparatorCharacter"];
|
||||
"isIdentCharacter", "isSeparatorCharacter", "getIdentEndPosition"];
|
||||
|
||||
const functions = ["hasOwnPropertyRustdoc", "onEach"];
|
||||
ALIASES = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue