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/fortran.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'inc/geshi/fortran.php') 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', -- cgit v1.2.3