mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-03 11:20:34 +09:00
@@ -8,8 +8,6 @@ Micro syntax files are almost identical to Nano's, except for some key differenc
|
||||
|
||||
* Micro does not use `icolor`. Instead, for a case insensitive match, use the case insensitive flag (`i`) in the regular expression
|
||||
* For example, `icolor green ".*"` would become `color green (i) ".*"`
|
||||
* Micro does not support `start="..." end="..."`. Instead use the `s` flag to match newlines and put `.*?` in the middle
|
||||
* For example `color green start="hello" end="world"` would become `color green (s) "hello.*?world"`
|
||||
|
||||
# Using with colorschemes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user