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:]]+$"
|