Handle separators in their own functions and fix missing handling of tabs
This commit is contained in:
parent
da829d8d9d
commit
e03a950747
4 changed files with 235 additions and 4 deletions
|
@ -275,7 +275,7 @@ function loadSearchJsAndIndex(searchJs, searchIndex, storageJs, crate) {
|
|||
"parseInput", "getItemsBefore", "getNextElem", "createQueryElement",
|
||||
"isReturnArrow", "isPathStart", "getStringElem", "newParsedQuery",
|
||||
"itemTypeFromName", "isEndCharacter", "isErrorCharacter",
|
||||
"isIdentCharacter"];
|
||||
"isIdentCharacter", "isSeparatorCharacter"];
|
||||
|
||||
const functions = ["hasOwnPropertyRustdoc", "onEach"];
|
||||
ALIASES = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue