mirror of
https://github.com/zyedidia/micro
synced 2024-11-05 17:41:24 +00:00
806525c3da
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 |
||
---|---|---|
.. | ||
colorschemes | ||
help | ||
plugins | ||
syntax | ||
README.md |
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.