summaryrefslogtreecommitdiff
path: root/inc/geshi/vhdl.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2008-03-26 22:17:55 +0100
committerAndreas Gohr <andi@splitbrain.org>2008-03-26 22:17:55 +0100
commitd09ae2055575141a00e67faeadb9bcb3d8285f3f (patch)
tree5f8f372f379b77f8f36805468d4e60fdb8ebc1b5 /inc/geshi/vhdl.php
parent3d1f9ec3674462e63f4195dd834603148a7c7b42 (diff)
downloadrpg-d09ae2055575141a00e67faeadb9bcb3d8285f3f.tar.gz
rpg-d09ae2055575141a00e67faeadb9bcb3d8285f3f.tar.bz2
GeSHi update to 1.0.7.21
darcs-hash:20080326211755-7ad00-98c89cb8da99fab17b88222d33a312a020527cdb.gz
Diffstat (limited to 'inc/geshi/vhdl.php')
-rw-r--r--inc/geshi/vhdl.php8
1 files changed, 4 insertions, 4 deletions
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(
)
);
-
+
?>