We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3ea19 commit 415535eCopy full SHA for 415535e
packages/web/src/app/components/searchBar/zoektLanguageExtension.ts
@@ -47,7 +47,7 @@ export const zoekt = () => {
47
48
// Check for prefixes first
49
// 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:)/)) {
+ if (stream.match(/(archived:|branch:|b:|rev:|c:|case:|content:|f:|file:|fork:|public:|r:|repo:|regex:|lang:|sym:|t:|type:)/)) {
51
return t.keyword.toString();
52
}
53
0 commit comments