16 lines
245 B
JSON
16 lines
245 B
JSON
|
{
|
||
|
"name": "Gitignore",
|
||
|
"scopeName": "text.gitignore",
|
||
|
"fileTypes": [
|
||
|
".gitignore"
|
||
|
],
|
||
|
"patterns": [
|
||
|
{
|
||
|
"match": "^#.*",
|
||
|
"name": "comment.gitignore",
|
||
|
"comment": "Comments"
|
||
|
}
|
||
|
],
|
||
|
"uuid": "2e829dfc-3206-466c-9cca-5f2251dd5758"
|
||
|
}
|