Add support for BSDmakefile, .arcconfig, and .JSON-tmLanguage files (#2986)

* Add support for .arcconfig files

* Add .JSON-tmLanguage to recognised JSON extensions

* Add BSDmakefile to recognised Makefile filenames

* Silence Travis
This commit is contained in:
John Gardner
2016-05-07 04:49:58 +10:00
committed by Arfon Smith
parent 5c19f1f546
commit aa049b4677
4 changed files with 145 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"project_id": "example",
"conduit_uri": "https://ex.am.pl/",
"copyright_holder": "Apache Software Foundation",
"arcanist_configuration": "ArcJIRAConfiguration",
"phabricator.uri": "https://phabricator.example.com/",
"load": ["libs/src"]
}