mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
10 lines
145 B
JSON
10 lines
145 B
JSON
{
|
|
"name": "Ignore",
|
|
"scopeName": "source.ignore",
|
|
"patterns": [
|
|
{
|
|
"match": "^#.*",
|
|
"name": "comment.line.number-sign.ignore"
|
|
}
|
|
]
|
|
}
|