forked from phacility/libphutil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.divinerconfig
31 lines (30 loc) · 873 Bytes
/
.divinerconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name" : "libphutil",
"src_base" : "https://github.com/facebook/libphutil/blob/master",
"groups" : {
"overview" : "Overview",
"contrib" : "Contributing to libphutil",
"working" : "Working with libphutil",
"util" : "Core Utilities",
"library" : "Phutil Module System",
"utf8" : "UTF-8",
"filesystem" : "Filesystem",
"exec" : "Command Execution",
"futures" : "Futures",
"aws" : "Amazon Web Services",
"error" : "Error Handling",
"markup" : "Markup",
"console" : "Console Utilities",
"aast" : "Abstract Abstract Syntax Tree",
"xhpast" : "XHPAST (PHP/XHP Parser)",
"conduit" : "Conduit (Service API)",
"event" : "Events",
"daemon" : "Daemons",
"parser" : "Other Parsers",
"testcase" : "Test Cases"
},
"engines" : [
["DivinerArticleEngine", {}],
["DivinerXHPEngine", {}]
]
}