From 837c94654572b5cffc21670e892b19e0d30562b1 Mon Sep 17 00:00:00 2001 From: Jean-Michel Sarlat Date: Sat, 6 Aug 2011 20:10:44 +0200 Subject: [PATCH] Modifications mineures --- metapost.php | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/metapost.php b/metapost.php index 51a9b41..e70343f 100644 --- a/metapost.php +++ b/metapost.php @@ -96,15 +96,15 @@ $language_data = array ( ), 'STYLES' => array( 'KEYWORDS' => array( - 1 => 'color: #472;', # type - 2 => 'color: #35A;font-weight: bold;', # file construction - 3 => 'color: #A53;', # structure - 4 => 'color: #35A;', # operation - 5 => 'color: #35A;', # numeric operation - 6 => 'color: #35A;', # constructors - 7 => 'color: #35A;', # labels - 8 => 'color: #3B5;', # transformations - 9 => 'color: #35A;', # draw instructions + 1 => 'color: #472;', # type + 2 => 'color: #35A;font-weight: bold;', # file construction + 3 => 'color: #A53;', # structure + 4 => 'color: #35A;', # operation + 5 => 'color: #35A;', # numeric operation + 6 => 'color: #35A;', # constructors + 7 => 'color: #35A;', # labels + 8 => 'color: #3B5;', # transformations + 9 => 'color: #35A;', # draw instructions 10 => 'color: #472;', # style 11 => 'color: #000;' # div ), @@ -138,15 +138,15 @@ $language_data = array ( ) ), 'URLS' => array( - 1 => '', - 2 => '', - 3 => '', - 4 => '', - 5 => '', - 6 => '', - 7 => '', - 8 => '', - 9 => '', + 1 => '', + 2 => '', + 3 => '', + 4 => '', + 5 => '', + 6 => '', + 7 => '', + 8 => '', + 9 => '', 10 => '', 11 => '' ), -- 2.20.1