micro/runtime
Zachary Yedidia 0360a2fcb5 Improve cmdbar parsing and add -l replace flag
The -l flag to the replace command means "literal" and will treat
the search term literally instead of as a regular expression.

The command bar also now supports expanding environment variables
and running expressions through the shell and using the result
in the command.
2017-11-22 13:54:39 -05:00
..
colorschemes Added Twilight color scheme 2017-08-13 14:47:43 +03:00
help Improve cmdbar parsing and add -l replace flag 2017-11-22 13:54:39 -05:00
plugins Merge branch 'master' into ft 2017-10-17 00:03:57 -04:00
syntax Merge pull request #847 from sotpapathe/octave_support 2017-11-18 16:56:31 -05: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.