diff --git a/syntax/Makefile.am b/syntax/Makefile.am index d0bd851f..43bfbb4f 100644 --- a/syntax/Makefile.am +++ b/syntax/Makefile.am @@ -21,7 +21,6 @@ pkgdata_DATA = asm.nanorc \ lua.nanorc \ makefile.nanorc \ man.nanorc \ - mgp.nanorc \ nanohelp.nanorc \ nanorc.nanorc \ nftables.nanorc \ diff --git a/syntax/mgp.nanorc b/syntax/mgp.nanorc deleted file mode 100644 index 20503d20..00000000 --- a/syntax/mgp.nanorc +++ /dev/null @@ -1,9 +0,0 @@ -## Here is an example for Magicpoint presentations. - -syntax mgp "\.mgp$" -header "^%include.*" -comment "#" - -color green "^%[A-Za-z].*" -color cyan "(^|[[:space:]])(#|%%).*" -color ,green "[[:space:]]+$"