浏览代码

Merge pull request #690 from schlessera/add/php-immediate-files

Add immediate file types for PHP ecosystem
Benjamin Sago 5 年之前
父节点
当前提交
ea62aab37e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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",
         ])
     }