]> git.lizzy.rs Git - micro.git/blobdiff - syntax_files/README.md
Proper window resize handling
[micro.git] / syntax_files / README.md
index ca087e214cfd00687c3be0167bd02eb00c68bc31..6e6c0813b2f6129de0510e9a810a1586837d4fc2 100644 (file)
@@ -6,5 +6,6 @@ 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:
 
-* Micro does not use `icolor`. Instead 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
+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
+