summaryrefslogtreecommitdiff
path: root/inc/geshi/fortran.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/fortran.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/fortran.php')
-rw-r--r--inc/geshi/fortran.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/inc/geshi/fortran.php b/inc/geshi/fortran.php
index 9c010a387..6b4e3c3b4 100644
--- a/inc/geshi/fortran.php
+++ b/inc/geshi/fortran.php
@@ -4,9 +4,9 @@
* -----------
* Author: Cedric Arrabie (cedric.arrabie@univ-pau.fr)
* Copyright: (C) 2006 Cetric Arrabie
- * Release Version: 1.0.7.20
+ * Release Version: 1.0.7.21
* Date Started: 2006/04/22
- *
+ *
* Fortran language file for GeSHi.
*
* CHANGES
@@ -14,7 +14,7 @@
* 2006/04/20 (1.0.0)
* - First Release
*
- * TODO
+ * TODO
* -------------------------
* - Get a list of inbuilt functions to add (and explore fortran more
* to complete this rather bare language file)
@@ -50,8 +50,8 @@ $language_data = array (
1 => array(
'allocate','block','call','case','contains','continue','cycle','deallocate',
'default','do','else','elseif','elsewhere','end','enddo','endif','endwhere',
- 'entry','exit','function','go','goto','if','interface','module','nullify','only',
- 'operator','procedure','program','recursive','return','select','stop',
+ 'entry','exit','function','go','goto','if','interface','module','nullify','only',
+ 'operator','procedure','program','recursive','return','select','stop',
'subroutine','then','to','where','while',
'access','action','advance','blank','blocksize','carriagecontrol',
'delim','direct','eor','err','exist','file','flen','fmt','form','formatted',