1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
chocolateboy 2017-01-09 18:54:10 +00:00 committed by Andrew Gallant
parent ece6011164
commit 82df3b7685

View File

@ -141,6 +141,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
]), ]),
("json", &["*.json"]), ("json", &["*.json"]),
("jsonl", &["*.jsonl"]), ("jsonl", &["*.jsonl"]),
("kotlin", &["*.kt", "*.kts"]),
("less", &["*.less"]), ("less", &["*.less"]),
("lisp", &["*.el", "*.jl", "*.lisp", "*.lsp", "*.sc", "*.scm"]), ("lisp", &["*.el", "*.jl", "*.lisp", "*.lsp", "*.sc", "*.scm"]),
("lua", &["*.lua"]), ("lua", &["*.lua"]),