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

ignore/types: add vcl (#1659)

VCL is the Varnish Configuration Language used by Varnish and Fastly.

https://varnish-cache.org/docs/trunk/users-guide/vcl.html

PR #1659
This commit is contained in:
Andy Freeland
2020-08-19 13:28:14 -07:00
committed by GitHub
parent ffd4c9ccba
commit fc2a99bb1f

View File

@@ -224,6 +224,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("typoscript", &["*.typoscript", "*.ts"]),
("vala", &["*.vala"]),
("vb", &["*.vb"]),
("vcl", &["*.vcl"]),
("verilog", &["*.v", "*.vh", "*.sv", "*.svh"]),
("vhdl", &["*.vhd", "*.vhdl"]),
("vim", &["*.vim"]),