2014-02-23 16:07:44 +00:00
|
|
|
## Here is an example for Magicpoint presentations.
|
2014-05-16 20:21:34 +00:00
|
|
|
|
2018-02-07 10:25:46 +00:00
|
|
|
syntax mgp "\.mgp$"
|
2010-08-04 13:47:23 +00:00
|
|
|
header "^%include.*"
|
2016-05-25 20:13:50 +00:00
|
|
|
comment "#"
|
2014-05-16 20:21:34 +00:00
|
|
|
|
2018-11-03 20:12:44 +00:00
|
|
|
icolor green "^%[a-z].*"
|
|
|
|
color cyan "(^|[[:space:]])#.*"
|
|
|
|
color cyan "(^|[[:space:]])%%.*"
|
2010-08-04 13:47:23 +00:00
|
|
|
color ,green "[[:space:]]+$"
|