From fd9f6e4619f1a3eff54d96d5a074fb9ae92d554c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 12 Apr 2020 10:36:02 +0200 Subject: [PATCH] syntax: mgp: drop the almost-empty MagicPoint file and syntax It colored any word after a % sign. But a good syntax would color only the valid commands, and also the ones after a comma. --- syntax/Makefile.am | 1 - syntax/mgp.nanorc | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 syntax/mgp.nanorc 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:]]+$"