mirror of
https://github.com/gryf/snipmate.vim.git
synced 2025-12-19 04:20:18 +01:00
made plugin-info.txt have double quotes for valid JSON
This commit is contained in:
@@ -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."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user