File tree Expand file tree Collapse file tree 1 file changed +22
-25
lines changed
Expand file tree Collapse file tree 1 file changed +22
-25
lines changed Original file line number Diff line number Diff line change @@ -471,33 +471,30 @@ programming less prone to error, not to make code look pretty.
471471Text sequences interpreted by
472472.B mcedit
473473are listed below:
474- .TS
475- tab(@ ) , center ;
476- c c c .
477- mcedit@PCRE2 equiv.@notes
478- _
479- [a\- c]@\\[a \- c \\ ] @no special meaning of [ ]
480- \\[a \- c \\ ] @(a|\- |c)*@no special meaning of \-
481- {a\- c}@\\{ a\- c\\} @no special meaning of { }
482- \\{ a\- c\\} @[ac\- ]@no special meaning of \-
483- \. @\\\. @
484- (@\\( @
485- )@\\) @
486- *@\. *@
487- +@[^ \\t ]*@
488- ?@\\? @
489- \\* @ \\* @
490- \\+ @\\+ @
491- ^@\\^ @
492- $@\\$@
493- |@\\| @
494- \\s @ [ ] @ single space
495- \\t @\\t @
496- \\n @ \\n @
497- .TE
474+ .EX
475+ mcedit PCRE2's equiv.
476+ [a\- c] \(rs [a\- c\(rs ] (no special meaning of [ ])
477+ \(rs [a\- c\(rs ] (a|\- |c)* (no special meaning of \- )
478+ {a\- c} \(rs {a\- c\(rs } (no special meaning of { })
479+ \(rs {a\- c\(rs } [ac\- ] (no special meaning of \- )
480+ \& . \(rs .
481+ ( \(rs (
482+ ) \(rs )
483+ * .*
484+ + [^ \(rs t]*
485+ ? \(rs ?
486+ \(rs * \(rs *
487+ \(rs + \(rs +
488+ ^ \(rs ^
489+ $ \(rs $
490+ | \(rs |
491+ \(rs s [ ] (space only)
492+ \(rs t \(rs t
493+ \(rs n \(rs n
494+ .EE
498495.PP
499496The syntax highlighting can be toggled using Ctrl\- s shortcut.
500- Pressing C-s twice effectively reloads the syntax file, so you
497+ Pressing C\ - s twice effectively reloads the syntax file, so you
501498don't have to exit the editor, or
502499.B mc
503500itself, to test your syntax modifications.
You can’t perform that action at this time.
0 commit comments