micro/runtime
Zachary Yedidia 7adcb13c08 Add support for user-created commands
Plugins can now create their own commands using the `MakeCommand`
function. Plugins can also now create their own keybindings with the
`BindKey` function. See the go plugin for an example of `MakeCommand`.
2016-05-30 13:38:50 -04:00
..
colorschemes Rename indent-line to indent-char, change default value from | to 2016-05-17 18:09:49 +02:00
help Add support for user-created commands 2016-05-30 13:38:50 -04:00
plugins Add support for user-created commands 2016-05-30 13:38:50 -04:00
syntax Add colorscheme to makefile syntax file 2016-05-19 07:26:10 -04:00
README.md Update readme 2016-04-18 14:04:42 -04:00

Runtime files for Micro

This directory will be embedded in the Go binary for portability, but it may just as well be put in ~/.config/micro. If you would like to make your own colorschemes and syntax files, you can put in in ~/.config/micro/colorschemes and ~/.config/micro/syntax respectively.