2017-10-18 14:48:28 +02:00
|
|
|
{
|
|
|
|
"title": "Modern CMake",
|
|
|
|
"description": "A guide to writing simple, powerful, and clean CMake 3.1+ builds.",
|
|
|
|
"author": "Henry Schreiner",
|
2019-02-20 11:52:52 +01:00
|
|
|
"plugins": ["replace", "hints", "term", "include-codeblock", "ace", "otherlink"],
|
2018-03-28 21:24:38 +02:00
|
|
|
"pluginsConfig": {
|
|
|
|
"include-codeblock": {
|
|
|
|
"fixlang": true
|
2018-04-06 08:33:21 +02:00
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"substitutes": [
|
2018-11-22 23:39:31 +01:00
|
|
|
{"pattern": "«cmake:([^`^»]+)»", "flags": "g", "substitute": "[$1](https://cmake.org/cmake/help/latest/manual/cmake-$1.7.html)"},
|
2018-04-06 08:33:21 +02:00
|
|
|
{"pattern": "«command:`?([^`^»]+)`?»", "flags": "g", "substitute": "[`$1`](https://cmake.org/cmake/help/latest/command/$1.html)"},
|
|
|
|
{"pattern": "«module:([^`^»]+)»", "flags": "g", "substitute": "[$1](https://cmake.org/cmake/help/latest/module/$1.html)"},
|
|
|
|
{"pattern": "«policy:([^`^»]+)»", "flags": "g", "substitute": "[$1](https://cmake.org/cmake/help/latest/policy/$1.html)"},
|
|
|
|
{"pattern": "«variable:`?([^`^»]+)`?»", "flags": "g", "substitute": "[`$1`](https://cmake.org/cmake/help/latest//$1.html)"},
|
|
|
|
{"pattern": "«prop:([^:]+):`?([^`^»]+)`?»", "flags": "g", "substitute": "[`$2`](https://cmake.org/cmake/help/latest/prop_$1/$2.html)"}
|
|
|
|
]
|
2018-03-28 21:24:38 +02:00
|
|
|
}
|
|
|
|
}
|
2017-10-18 14:48:28 +02:00
|
|
|
}
|