mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-14 01:33:09 +00:00
Update readme
This commit is contained in:
parent
7e9d119b2d
commit
293a59380a
2 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue