X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=syntax_files%2FREADME.md;h=6e6c0813b2f6129de0510e9a810a1586837d4fc2;hb=7e9d119b2dcabae0f6dee1e51001bc8374e675cc;hp=a186651c9d79c8a7d97f3529de631e3a1b1a4247;hpb=b8f6850c58026966f6e9d3116eb7f49e922a8d96;p=micro.git diff --git a/syntax_files/README.md b/syntax_files/README.md index a186651c..6e6c0813 100644 --- a/syntax_files/README.md +++ b/syntax_files/README.md @@ -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 `. Instead (i) use the case insensitive flag (`(i)`) in the regular expression +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 +