mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-26 22:59:38 +03:00
fe9da9425e
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4899 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
10 lines
219 B
Plaintext
10 lines
219 B
Plaintext
## Here is an example for Magicpoint presentations.
|
|
|
|
syntax "mgp" "\.mgp$"
|
|
header "^%include.*"
|
|
|
|
icolor green "^%[a-z].*$"
|
|
color cyan "(^|[[:space:]])#.*$"
|
|
color cyan "(^|[[:space:]])%%.*$"
|
|
color ,green "[[:space:]]+$"
|