Handle separators in their own functions and fix missing handling of tabs

This commit is contained in:
Guillaume Gomez 2022-03-30 11:32:03 +02:00
parent da829d8d9d
commit e03a950747
4 changed files with 235 additions and 4 deletions

View file

@ -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 = {};