Skip to content
Snippets Groups Projects
Commit 791d3f76 authored by marihachi's avatar marihachi
Browse files

🐱

parent b6d4350a
No related branches found
No related tags found
No related merge requests found
......@@ -107,8 +107,8 @@ search
});
}
search_query =
head:CHAR tail:(!([ \t] search_keyToken ENDLINE) c:CHAR { return c; })*
search_query
= head:CHAR tail:(!([ \t] search_keyToken ENDLINE) c:CHAR { return c; })*
{
return head + tail.join('');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment