Skip to content

Commit

Permalink
made plugin-info.txt have double quotes for valid JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Sanders committed Apr 8, 2010
1 parent e2ad923 commit f5a75d0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions plugin-info.txt
@@ -1,8 +1,8 @@
{
'name' : 'snipmate',
'version' : "dev",
'author' : "Michael Sanders <msanders42@gmail.com>",
'repository' : {"type": "git", "url": "git://github.com/msanders/snipmate.vim.git"},
'dependencies' : {},
'description' : "snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim."
"name" : "snipmate",
"version" : "dev",
"author" : "Michael Sanders <msanders42@gmail.com>",
"repository" : {"type": "git", "url": "git://github.com/msanders/snipmate.vim.git"},
"dependencies" : {},
"description" : "snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim."
}

0 comments on commit f5a75d0

Please sign in to comment.