mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-21 00:32:07 +03:00
14d7c5de2a
* doc/syntax/mgp.nanorc: New Magicpoint syntax highlighting definition git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4512 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
9 lines
219 B
Plaintext
9 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:]]+$"
|