fuc-new/doc/node_modules/tm-grammars/grammars/codeowners.json
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

41 lines
753 B
JSON

{
"displayName": "CODEOWNERS",
"name": "codeowners",
"patterns": [
{
"include": "#comment"
},
{
"include": "#pattern"
},
{
"include": "#owner"
}
],
"repository": {
"comment": {
"patterns": [
{
"begin": "^\\s*#",
"captures": {
"0": {
"name": "punctuation.definition.comment.codeowners"
}
},
"end": "$",
"name": "comment.line.codeowners"
}
]
},
"owner": {
"match": "\\S*@\\S+",
"name": "storage.type.function.codeowners"
},
"pattern": {
"match": "^\\s*(\\S+)",
"name": "variable.other.codeowners"
}
},
"scopeName": "text.codeowners"
}