1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-17 20:28:03 +02:00

Add vim type.

It's the same as the vimscript type, but shorter and more obvious.

Fixes #415
This commit is contained in:
Andrew Gallant 2017-03-21 07:56:49 -04:00
parent 08c017330f
commit 685cc6c562

View File

@ -191,6 +191,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("twig", &["*.twig"]),
("vala", &["*.vala"]),
("vb", &["*.vb"]),
("vim", &["*.vim"]),
("vimscript", &["*.vim"]),
("wiki", &["*.mediawiki", "*.wiki"]),
("xml", &["*.xml"]),