1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-29 22:01:04 +02:00

Add .adoc, .asc, asciidoc extension to asciidoc

This commit is contained in:
tjdgus3537 2016-11-02 22:49:31 +09:00 committed by GitHub
parent a84ffe603b
commit 920112e640

View File

@ -81,6 +81,7 @@ use {Error, Match};
const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("agda", &["*.agda", "*.lagda"]),
("asciidoc", &["*.adoc", "*.asc", "*.asciidoc"]),
("asm", &["*.asm", "*.s", "*.S"]),
("awk", &["*.awk"]),
("c", &["*.c", "*.h", "*.H"]),