Update readme

This commit is contained in:
Zachary Yedidia
2016-03-21 18:39:16 -04:00
parent 7e9d119b2d
commit 293a59380a
2 changed files with 2 additions and 4 deletions

View File

@@ -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)

View File

@@ -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