vscode/extensions/git-base/syntaxes/ignore.tmLanguage.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
145 B
JSON
Raw Normal View History

2024-11-15 06:29:18 +00:00
{
"name": "Ignore",
"scopeName": "source.ignore",
"patterns": [
{
"match": "^#.*",
"name": "comment.line.number-sign.ignore"
}
]
}