mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-25 22:29:42 +03:00
3e1fc6385b
The different color will make the name stand out, as it should, instead of looking the same as all the regex strings.
11 lines
229 B
Plaintext
11 lines
229 B
Plaintext
## Here is an example for Magicpoint presentations.
|
|
|
|
syntax mgp "\.mgp$"
|
|
header "^%include.*"
|
|
comment "#"
|
|
|
|
icolor green "^%[a-z].*$"
|
|
color cyan "(^|[[:space:]])#.*$"
|
|
color cyan "(^|[[:space:]])%%.*$"
|
|
color ,green "[[:space:]]+$"
|