Files
Codiad/components/fileExtTextMode/plugin.json
Christian von Arnim 9991285d49 Add FileExtensionTextMode plugin
a plugin to customize the join of file extension and the text mode.

also add an API to the editor for this.
2013-05-17 12:38:37 +02:00

14 lines
298 B
JSON

[{
"author": "ccvca",
"version": "0.5",
"name": "FileExtentionTextMode",
"url": "",
"rightbar": [
{
"action": "codiad.fileExtTextMode.open();",
"icon": "icon-tools",
"title": "File extensions"
}
],
"contextmenu": []
}]