From 293a59380ab742b3081f611106e0b4f0db1ae3af Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Mon, 21 Mar 2016 18:39:16 -0400 Subject: [PATCH] Update readme --- README.md | 2 +- syntax_files/README.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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