2019-03-03 13:06:33 +03:00
|
|
|
{
|
2023-07-07 10:26:07 +03:00
|
|
|
"scopeName": "PSRule-powershell-comments",
|
|
|
|
"injectionSelector": "L:source.powershell",
|
|
|
|
"patterns": [
|
|
|
|
{
|
|
|
|
"include": "#synopsis-comment"
|
2019-03-03 13:06:33 +03:00
|
|
|
}
|
2023-07-07 10:26:07 +03:00
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"synopsis-comment": {
|
|
|
|
"match": "(?<=^# )(Synopsis:|Description:)(?= )",
|
|
|
|
"name": "keyword.operator.documentation.powershell"
|
|
|
|
}
|
|
|
|
}
|
2019-03-03 13:06:33 +03:00
|
|
|
}
|