1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-03 14:32:22 +02:00

Add type for Sass

Sass files use .scss as extension.
This commit is contained in:
Michael Vitz 2016-11-22 11:17:10 +01:00
parent c4a6733f3b
commit 42afb6faa5
No known key found for this signature in database
GPG Key ID: FE312B5E89512794

View File

@ -148,6 +148,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("rst", &["*.rst"]),
("ruby", &["*.rb"]),
("rust", &["*.rs"]),
("sass", &["*.scss"]),
("scala", &["*.scala"]),
("sh", &["*.bash", "*.csh", "*.ksh", "*.sh", "*.tcsh"]),
("spark", &["*.spark"]),