dotfiles/.vscode/extensions/codezombiech.gitignore-0.2.0/syntaxes/gitignore.json

16 lines
245 B
JSON
Raw Normal View History

2016-09-24 12:12:34 +01:00
{
"name": "Gitignore",
"scopeName": "text.gitignore",
"fileTypes": [
".gitignore"
],
"patterns": [
{
"match": "^#.*",
"name": "comment.gitignore",
"comment": "Comments"
}
],
"uuid": "2e829dfc-3206-466c-9cca-5f2251dd5758"
}