diff options
Diffstat (limited to 'doc/syntax/mgp.nanorc')
-rw-r--r-- | doc/syntax/mgp.nanorc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/syntax/mgp.nanorc b/doc/syntax/mgp.nanorc new file mode 100644 index 0000000..daba282 --- /dev/null +++ b/doc/syntax/mgp.nanorc @@ -0,0 +1,8 @@ +## 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:]]+$" |