1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-03 05:10:12 +02:00

ignore/types: add Vue

PR #2772
This commit is contained in:
Vadim Kostin 2024-04-01 19:49:29 +08:00 committed by GitHub
parent 3ad0e83471
commit 80007698d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -303,6 +303,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
(&["vimscript"], &[
"*.vim", ".vimrc", ".gvimrc", "vimrc", "gvimrc", "_vimrc", "_gvimrc",
]),
(&["vue"], &["*.vue"]),
(&["webidl"], &["*.idl", "*.webidl", "*.widl"]),
(&["wiki"], &["*.mediawiki", "*.wiki"]),
(&["xml"], &[