PSRule-vscode/syntaxes/yaml-comments.json

16 строки
311 B
JSON
Исходник Обычный вид История

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