Przeglądaj źródła

Add immediate file types for PHP ecosystem

Added the following imemdiate file types for PHP:
- `composer.json` for [Composer](https://getcomposer.org/), the defactor standard package manager for PHP;
- `RoboFile.php`, for [Robo](https://robo.li/), the PHP task runner.

Note: [Phing]() uses `build.xml`, which was already included in the list.
Alain Schlesser 5 lat temu
rodzic
commit
2ccc8fa093
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/info/filetype.rs

+ 1 - 1
src/info/filetype.rs

@@ -26,7 +26,7 @@ impl FileExtensions {
             "Makefile", "Cargo.toml", "SConstruct", "CMakeLists.txt",
             "build.gradle", "pom.xml", "Rakefile", "package.json", "Gruntfile.js",
             "Gruntfile.coffee", "BUILD", "BUILD.bazel", "WORKSPACE", "build.xml",
-            "webpack.config.js", "meson.build",
+            "webpack.config.js", "meson.build", "composer.json", "RoboFile.php",
         ])
     }