PSRule-vscode/syntaxes/yaml-comments.json

16 строки
311 B
JSON

{
"scopeName": "PSRule-yaml-comments",
"injectionSelector": "L:comment.line.number-sign.yaml",
"patterns": [
{
"include": "#synopsis-comment"
}
],
"repository": {
"synopsis-comment": {
"match": "Synopsis:",
"name": "keyword.operator.documentation.powershell"
}
}
}