mirror of
git://git.sv.gnu.org/nano.git
synced 2024-12-14 14:57:09 +03:00
c4b344f733
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4598 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
9 lines
220 B
Plaintext
9 lines
220 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:]]+$"
|