micro/runtime
Zachary Yedidia 806525c3da Improve comment plugin
When commenting a selection, the plugin won't just toggle each
line individually but will only uncomment the block if it is all
comments.

The comment plugin also now takes into account any number of spaces
between the comment character and the text. For example '//comment' will
be uncommented properly, as well as '//      comment'.

Fixes #1758
2020-07-05 15:48:49 -04:00
..
colorschemes Tweak railscast colorscheme to better reflect original (#1297) 2020-05-28 11:50:35 -04:00
help Update runtime 2020-07-04 20:06:37 -04:00
plugins Improve comment plugin 2020-07-05 15:48:49 -04:00
syntax Improve php string highlighting 2020-07-01 23:38: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.