mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
29 lines
607 B
JSON
29 lines
607 B
JSON
{
|
|
"scripts": [
|
|
{
|
|
"id": "init",
|
|
"name": "Code Editor Init",
|
|
"file": "init.lua",
|
|
"description": "Initialize code editor module"
|
|
},
|
|
{
|
|
"id": "json",
|
|
"name": "JSON Editor",
|
|
"file": "json.lua",
|
|
"description": "JSON editor configuration"
|
|
},
|
|
{
|
|
"id": "lua",
|
|
"name": "Lua Editor",
|
|
"file": "lua.lua",
|
|
"description": "Lua editor configuration"
|
|
},
|
|
{
|
|
"id": "theme",
|
|
"name": "Theme Editor",
|
|
"file": "theme.lua",
|
|
"description": "Theme editor configuration"
|
|
}
|
|
]
|
|
}
|