mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-12 00:33:09 +00:00
Update readme
This commit is contained in:
parent
51ab8f9914
commit
14cd3cdbf8
1 changed files with 3 additions and 3 deletions
|
|
@ -56,10 +56,10 @@ You can also check out the website for Micro at https://micro-editor.github.io.
|
||||||
- Note that while Windows is supported Mingw/Cygwin is not (see below)
|
- Note that while Windows is supported Mingw/Cygwin is not (see below)
|
||||||
- Plugin system (plugins are written in Lua).
|
- Plugin system (plugins are written in Lua).
|
||||||
- micro has a built-in plugin manager to automatically install, remove, and update plugins.
|
- micro has a built-in plugin manager to automatically install, remove, and update plugins.
|
||||||
- Built-in diff gutter
|
- Built-in diff gutter.
|
||||||
- Simple autocompletion
|
- Simple autocompletion.
|
||||||
- Persistent undo.
|
- Persistent undo.
|
||||||
- Automatic linting and error notifications
|
- Automatic linting and error notifications.
|
||||||
- Syntax highlighting for over [130 languages](runtime/syntax).
|
- Syntax highlighting for over [130 languages](runtime/syntax).
|
||||||
- Color scheme support.
|
- Color scheme support.
|
||||||
- By default, micro comes with 16, 256, and true color themes.
|
- By default, micro comes with 16, 256, and true color themes.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue