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:
@@ -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"]),
|
||||
|
||||
Reference in New Issue
Block a user