micro/runtime
Zachary Yedidia 87f54be13a Add support for lookbehind in region regexes
Use the 'regexp2' library for lookahead and lookbehind in region
start and end regular expressions to support things like closing quotes
that aren't preceded by backslashes.
2017-03-22 19:03:06 -04:00
..
colorschemes Add gruvbox truecolor colorscheme (#530) 2017-01-20 14:32:34 -05:00
help Add tabswitch command 2017-02-26 10:52:14 -05:00
plugins Replaced tmp directory with file directory 2017-02-26 02:21:19 -03:30
syntax Add support for lookbehind in region regexes 2017-03-22 19:03:06 -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.