BurntSushi/ripgrep

When i using rg to find file's type of rust, it doesn't work.

charryong opened this issue · 1 comments

I'm using this version. "ripgrep 14.1.0 (rev e50df40)"

rg -t rs hello
rg: unrecognized file type: rs

Please consult rg --type-list. The error message is telling you what the problem is. rs isn't a recognized file type.