summaryrefslogtreecommitdiff
path: root/inc/geshi/vb.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/geshi/vb.php')
-rw-r--r--inc/geshi/vb.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/geshi/vb.php b/inc/geshi/vb.php
index bbea1019e..e5a56bb5d 100644
--- a/inc/geshi/vb.php
+++ b/inc/geshi/vb.php
@@ -4,7 +4,7 @@
* ------
* Author: Roberto Rossi (rsoftware@altervista.org)
* Copyright: (c) 2004 Roberto Rossi (http://rsoftware.altervista.org), Nigel McNie (http://qbnz.com/highlighter)
- * Release Version: 1.0.7.21
+ * Release Version: 1.0.7.22
* Date Started: 2004/08/30
*
* Visual Basic language file for GeSHi.
@@ -38,7 +38,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
************************************************************************************/
- $language_data = array (
+
+$language_data = array (
'LANG_NAME' => 'Visual Basic',
'COMMENT_SINGLE' => array(1 => "'"),
'COMMENT_MULTI' => array(),