add route regex
This commit is contained in:
parent
b22f2c040e
commit
6f496d07b9
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ alias ripgrep_copyright="$RG $RIPGREP_ARGS '(copyright|\u0026copy;|\\(c\\)|©) *
|
||||||
alias ripgrep_todo="$RG $RIPGREP_ARGS 'todo|unimplemented|refactor|wip'"
|
alias ripgrep_todo="$RG $RIPGREP_ARGS 'todo|unimplemented|refactor|wip'"
|
||||||
alias ripgrep_review="$RG $RIPGREP_ARGS 'review|deprecated'"
|
alias ripgrep_review="$RG $RIPGREP_ARGS 'review|deprecated'"
|
||||||
alias ripgrep_fix="$RG $RIPGREP_ARGS 'fix|fixme'"
|
alias ripgrep_fix="$RG $RIPGREP_ARGS 'fix|fixme'"
|
||||||
|
alias ripgrep_rocket_routes="$RG $RIPGREP_ARGS '#\\[(\\w+)\\(\"([^\"]*)\"\\)\\]'"
|
||||||
|
|
||||||
code_words='`([^`]+)`'
|
code_words='`([^`]+)`'
|
||||||
alias ripgrep_code_words="$RG $RIPGREP_ARGS ''$code_words'"
|
alias ripgrep_code_words="$RG $RIPGREP_ARGS ''$code_words'"
|
||||||
|
|
Loading…
Add table
Reference in a new issue