1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2024-12-26 12:15:26 +00:00
code-server-2/lib/vscode/extensions/git/syntaxes/ignore.tmLanguage.json

11 lines
145 B
JSON
Raw Normal View History

{
"name": "Ignore",
"scopeName": "source.ignore",
"patterns": [
{
"match": "^#.*",
"name": "comment.line.number-sign.ignore"
}
]
}