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

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"], &[