forked from genotrance/nim-docset
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdashing.json
executable file
·29 lines (29 loc) · 1.2 KB
/
dashing.json
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
{
"name": "Nim",
"package":"nim",
"index": "overview.html",
"selectors": {
"div#content>h1":"Section",
"h1.title": [{
"type":"Module",
"regexp":"Module ",
"replacement": ""
}],
"div#7>dl.item>dt>pre>a:first-of-type>span.Identifier":"Type",
"div#8>dl.item>dt>pre>a:first-of-type>span.Identifier":"Variable",
"div#9>dl.item>dt>pre>a:first-of-type>span.Identifier":"Value",
"div#10>dl.item>dt>pre>a:first-of-type>span.Identifier":"Constant",
"div#12>dl.item>dt>pre>a:first-of-type>span.Identifier":"Procedure",
"div#13>dl.item>dt>pre>a:first-of-type>span.Identifier":"Function",
"div#14>dl.item>dt>pre>a:first-of-type>span.Identifier":"Method",
"div#15>dl.item>dt>pre>a:first-of-type>span.Identifier":"Iterator",
"div#16>dl.item>dt>pre>a:first-of-type>span.Identifier":"Converter",
"div#17>dl.item>dt>pre>a:first-of-type>span.Identifier":"Macro",
"div#18>dl.item>dt>pre>a:first-of-type>span.Identifier":"Template"
},
"ignore": [],
"icon16x16": "icon.png",
"icon32x32": "[email protected]",
"allowJS": true,
"ExternalURL": "https://nim-lang.org/"
}