Commit 6989d682 authored by Jan T. Sott's avatar Jan T. Sott Committed by GitHub

Add dicttoxml

parent 23fe2dcf
......@@ -134,6 +134,20 @@
]
},
{
+ "name": "dicttoxml",
+ "load_order": "50",
+ "description": "Converts a Python dictionary or other native data type into a valid XML string - https://github.com/idleberg/sublime-dicttoxml",
+ "author": "idleberg",
+ "issues": "https://github.com/idleberg/sublime-dicttoxml/issues",
+ "releases": [
+ {
+ "base": "https://github.com/idleberg/sublime-dicttoxml",
+ "tags": true,
+ "sublime_text": "*"
+ }
+ ]
+ },
{
"name": "fileio",
"load_order": "01",
"description": "Python _fileio module",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment