1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-19 12:28:11 +01:00

made plugin-info.txt have double quotes for valid JSON

This commit is contained in:
Michael Sanders
2010-04-08 00:47:30 -04:00
parent e2ad9239c9
commit f5a75d075d

View File

@@ -1,8 +1,8 @@
{ {
'name' : 'snipmate', "name" : "snipmate",
'version' : "dev", "version" : "dev",
'author' : "Michael Sanders <msanders42@gmail.com>", "author" : "Michael Sanders <msanders42@gmail.com>",
'repository' : {"type": "git", "url": "git://github.com/msanders/snipmate.vim.git"}, "repository" : {"type": "git", "url": "git://github.com/msanders/snipmate.vim.git"},
'dependencies' : {}, "dependencies" : {},
'description' : "snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim." "description" : "snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim."
} }