mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-23 09:26:51 +01:00
a plugin to customize the join of file extension and the text mode. also add an API to the editor for this.
14 lines
298 B
JSON
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": []
|
|
}] |