diff --git a/README.md b/README.md index b72bdf7a..e02a995d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/syntax_files/README.md b/syntax_files/README.md index 6e6c0813..b1c720fb 100644 --- a/syntax_files/README.md +++ b/syntax_files/README.md @@ -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