Add plugin manager

This commit is contained in:
Zachary Yedidia
2020-02-01 23:54:38 -05:00
parent b0b5d7b392
commit bcb1947a0a
20 changed files with 836 additions and 319 deletions

View File

@@ -1,10 +0,0 @@
{
"name": "literate",
"description": "Highlighting and language support for the Literate programming tool.",
"website": "https://github.com/zyedidia/Literate",
"install": "https://github.com/zyedidia/micro",
"version": "1.0.0",
"require": [
"micro >= 2.0.0"
]
}

View File

@@ -1,3 +1,5 @@
VERSION = "1.0.0"
local config = import("micro/config")
function startswith(str, start)