]> git.lizzy.rs Git - micro.git/blob - syntax_files/README.md
Proper window resize handling
[micro.git] / syntax_files / README.md
1 # Micro syntax highlighting files
2
3 These are the syntax highlighting files for micro. To install them, just
4 put them all in `~/.micro/syntax`.
5
6 They are taken from Nano, specifically from [this repository](https://github.com/scopatz/nanorc).
7 Micro syntax files are almost identical to Nano's, except for some key differences:
8
9 color color * Micro does not use `. Instead (i) use the case insensitive flag (`(i)`) in the regular expression
10 * Micro does not support `start="..." end="..."`, instead use the multiline match flag (`(s)`) and put `.*?` in the middle
11