Format PHP extensions in guess_language.rs

To keep rustfmt happy
pull/638/head
Rhys Botfield 2024-03-22 21:24:04 +07:00
parent 55b9630069
commit e5e7d1cfb7
1 changed files with 3 additions and 1 deletions

@ -326,7 +326,9 @@ pub(crate) fn language_globs(language: Language) -> Vec<glob::Pattern> {
OCamlInterface => &["*.mli"],
Pascal => &["*.pas", "*.dfm", "*.dpr", "*.lpr", "*.pascal"],
Perl => &["*.pm", "*.pl"],
Php => &["*.php", "*.phtml", "*.php3", "*.php4", "*.php5", "*.php7", "*.phps"],
Php => &[
"*.php", "*.phtml", "*.php3", "*.php4", "*.php5", "*.php7", "*.phps",
],
Python => &["*.py", "*.py3", "*.pyi", "*.bzl", "TARGETS", "BUCK", "DEPS"],
Qml => &["*.qml"],
R => &["*.R", "*.r", "*.rd", "*.rsx", ".Rprofile", "expr-dist"],