10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
|
## Here is an example for Magicpoint presentations.
|
||
|
|
||
|
syntax mgp "\.mgp$"
|
||
|
header "^%include.*"
|
||
|
comment "#"
|
||
|
|
||
|
icolor green "^%[a-z].*"
|
||
|
color cyan "(^|[[:space:]])(#|%%).*"
|
||
|
color ,green "[[:space:]]+$"
|