micro/runtime
Zachary Yedidia dce56a2b85 Have HandleShellCommand return the stdout
HandleShellCommand will now return the stdout as a string and
it also takes an additional flag indicating whether it should
wait before closing the shell and returning to the editor.
2016-09-06 19:27:57 -04:00
..
colorschemes Add "bubblegum" light colorscheme 2016-08-31 14:21:46 -04:00
help Have HandleShellCommand return the stdout 2016-09-06 19:27:57 -04:00
plugins Fix problem with linter.onSave calling view.Save 2016-08-30 19:38:45 -04:00
syntax Merge pull request #314 from mame98/master 2016-09-05 10:50:00 -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.