Skip to content

Commit 415535e

Browse files
fix (#133)
1 parent fe3ea19 commit 415535e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/app/components/searchBar/zoektLanguageExtension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const zoekt = () => {
4747

4848
// Check for prefixes first
4949
// If these match, we return 'keyword'
50-
if (stream.match(/(archived:|branch:|b:|c:|case:|content:|f:|file:|fork:|public:|r:|repo:|regex:|lang:|sym:|t:|type:)/)) {
50+
if (stream.match(/(archived:|branch:|b:|rev:|c:|case:|content:|f:|file:|fork:|public:|r:|repo:|regex:|lang:|sym:|t:|type:)/)) {
5151
return t.keyword.toString();
5252
}
5353

0 commit comments

Comments
 (0)