mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
Update readme
This commit is contained in:
@@ -16,7 +16,7 @@ of modern terminals.
|
||||
* True color support
|
||||
* Cross platform
|
||||
* Fast and efficient
|
||||
* Syntax highlighting
|
||||
* Syntax highlighting (in over 75 languages!)
|
||||
|
||||
Not all of this is implemented yet -- see [progress](#progress)
|
||||
|
||||
|
||||
@@ -6,6 +6,4 @@ put them all in `~/.micro/syntax`.
|
||||
They are taken from Nano, specifically from [this repository](https://github.com/scopatz/nanorc).
|
||||
Micro syntax files are almost identical to Nano's, except for some key differences:
|
||||
|
||||
color color * Micro does not use `. Instead (i) use the case insensitive flag (`(i)`) in the regular expression
|
||||
* Micro does not support `start="..." end="..."`, instead use the multiline match flag (`(s)`) and put `.*?` in the middle
|
||||
|
||||
* Micro does not use `icolor`. Instead, for a case insensitive match, use the case insensitive flag (`(i)`) in the regular expression
|
||||
|
||||
Reference in New Issue
Block a user