mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-09 00:20:19 +09:00
11 lines
320 B
JSON
11 lines
320 B
JSON
{
|
|
"name": "comment",
|
|
"description": "Support for automatically commenting blocks of code. Extensible and multiple languages supported.",
|
|
"website": "https://github.com/zyedidia/micro",
|
|
"install": "https://github.com/zyedidia/micro",
|
|
"version": "1.0.0",
|
|
"require": [
|
|
"micro >= 2.0.0"
|
|
]
|
|
}
|