micro/runtime
Zachary Yedidia dbeb99bb6b Colorscheme group inheritance
With this commit, the syntax files can define groups that are subsets of
other groups, for example constant.string. This is so that colorschemes
can be more accurate, possibly highlighting strings differently than
numbers for example.

See #176. This doesn't fully close that issue yet because the string
group still needs to be added to all strings in the syntax files.
2016-06-22 18:51:36 -04:00
..
colorschemes Add cursorline option 2016-06-01 10:05:17 -04:00
help Add autoclose plugin to handle autoclose for brackets, quotes etc... 2016-06-22 13:54:42 -04:00
plugins Add autoclose plugin to handle autoclose for brackets, quotes etc... 2016-06-22 13:54:42 -04:00
syntax Colorscheme group inheritance 2016-06-22 18:51:36 -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.