Skip to content
This repository was archived by the owner on Jun 10, 2018. It is now read-only.

Commit f5a75d0

Browse files
author
Michael Sanders
committed
made plugin-info.txt have double quotes for valid JSON
1 parent e2ad923 commit f5a75d0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

plugin-info.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
'name' : 'snipmate',
3-
'version' : "dev",
4-
'author' : "Michael Sanders <[email protected]>",
5-
'repository' : {"type": "git", "url": "git://github.com/msanders/snipmate.vim.git"},
6-
'dependencies' : {},
7-
'description' : "snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim."
2+
"name" : "snipmate",
3+
"version" : "dev",
4+
"author" : "Michael Sanders <[email protected]>",
5+
"repository" : {"type": "git", "url": "git://github.com/msanders/snipmate.vim.git"},
6+
"dependencies" : {},
7+
"description" : "snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim."
88
}

0 commit comments

Comments
 (0)