From d09ae2055575141a00e67faeadb9bcb3d8285f3f Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 26 Mar 2008 22:17:55 +0100 Subject: GeSHi update to 1.0.7.21 darcs-hash:20080326211755-7ad00-98c89cb8da99fab17b88222d33a312a020527cdb.gz --- inc/geshi/vhdl.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'inc/geshi/vhdl.php') diff --git a/inc/geshi/vhdl.php b/inc/geshi/vhdl.php index 4448ff0e7..47d1eb735 100644 --- a/inc/geshi/vhdl.php +++ b/inc/geshi/vhdl.php @@ -4,9 +4,9 @@ * -------- * Author: Alexander 'E-Razor' Krause (admin@erazor-zone.de) * Copyright: (c) 2005 Alexander Krause - * Release Version: 1.0.7.20 + * Release Version: 1.0.7.21 * Date Started: 2005/06/15 - * + * * VHDL (VHSICADL, very high speed integrated circuit HDL) language file for GeSHi. * * CHANGES @@ -36,7 +36,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ************************************************************************************/ - + $language_data = array ( 'LANG_NAME' => 'VHDL', 'COMMENT_SINGLE' => array(1 => '--'), @@ -134,5 +134,5 @@ $language_data = array ( 'HIGHLIGHT_STRICT_BLOCK' => array( ) ); - + ?> -- cgit v1.2.3