micro/runtime
Zachary Yedidia fb980bb695 Add option for very accurate dirty flag
Set the `fastdirty` option flag to off if you really want accurate
reporting on whether the buffer is modified. This is more resource
intensive but it can be useful for people who don't mind.

Closes #787
Closes #467
2017-09-17 23:33:18 -04:00
..
colorschemes Add a Darcula colorscheme 2017-06-18 17:59:03 +02:00
help Add option for very accurate dirty flag 2017-09-17 23:33:18 -04:00
plugins Fix autoclose plugin cursor position 2017-09-05 18:36:42 -04:00
syntax Use type.keyword instead of keyword 2017-09-13 18:00:47 -04:00
README.md Update syntax readme and docs 2017-03-26 18:58:08 -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 them in ~/.config/micro/colorschemes and ~/.config/micro/syntax respectively.