1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-05-19 05:33:04 +02:00

Add type for Less

Less files use .less as extension.
This commit is contained in:
Michael Vitz 2016-11-22 11:19:24 +01:00
parent 42afb6faa5
commit 42223047a8
No known key found for this signature in database
GPG Key ID: FE312B5E89512794

View File

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