mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-30 11:53:55 -07:00
This PR adds llvm to the list of default types, matching files with extension ll which is used widely for the textual form of LLVM's Intermediate Representation. Ref: https://llvm.org/docs/LangRef.html Closes #3079