mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-11-23 21:54:45 +02: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