micro/runtime
Zachary Yedidia 33cb39d318 Use type.keyword instead of keyword
Some syntax files used keyword from an old version when they should have
been using type.keyword.

Fixes #811
2017-09-13 18:00:47 -04:00
..
colorschemes Add a Darcula colorscheme 2017-06-18 17:59:03 +02:00
help Add documentation for new lua functions 2017-09-11 12:23:19 -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.