dotfiles/.vscode/extensions/codezombiech.gitignore-0.2.0/syntaxes/gitignore.json
Cyryl Płotnicki 280bcab25f VSCode update
2016-09-24 13:12:34 +02:00

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"
}