2019-09-22 04:50:03 +03:00
|
|
|
{
|
2023-07-07 10:26:07 +03:00
|
|
|
"scopeName": "PSRule-yaml-comments",
|
|
|
|
"injectionSelector": "L:comment.line.number-sign.yaml",
|
|
|
|
"patterns": [
|
|
|
|
{
|
|
|
|
"include": "#synopsis-comment"
|
2019-09-22 04:50:03 +03:00
|
|
|
}
|
2023-07-07 10:26:07 +03:00
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"synopsis-comment": {
|
|
|
|
"match": "Synopsis:",
|
|
|
|
"name": "keyword.operator.documentation.powershell"
|
|
|
|
}
|
|
|
|
}
|
2019-09-22 04:50:03 +03:00
|
|
|
}
|