mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 12:51:23 +03:00
10 lines
200 B
Plaintext
10 lines
200 B
Plaintext
## Here is an example for Magicpoint presentations.
|
|
|
|
syntax mgp "\.mgp$"
|
|
header "^%include.*"
|
|
comment "#"
|
|
|
|
color green "^%[A-Za-z].*"
|
|
color cyan "(^|[[:space:]])(#|%%).*"
|
|
color ,green "[[:space:]]+$"
|