diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-07-23 22:32:32 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-07-23 22:32:32 +0200 |
commit | 850d6bf6605add7df9c86492766d6427b48ef994 (patch) | |
tree | 8fee9520e2652ac723356e6abc6c70e1d9d2202f /inc/geshi/applescript.php | |
parent | f29dc969d01ee203ff62ce2fd38ba3d7d66935a9 (diff) | |
download | rpg-850d6bf6605add7df9c86492766d6427b48ef994.tar.gz rpg-850d6bf6605add7df9c86492766d6427b48ef994.tar.bz2 |
GeSHi update to 1.0.7.12
darcs-hash:20060723203232-7ad00-a675d33962148272e5dd13ac2190ef259f8eaad2.gz
Diffstat (limited to 'inc/geshi/applescript.php')
-rw-r--r-- | inc/geshi/applescript.php | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/inc/geshi/applescript.php b/inc/geshi/applescript.php index 8e1d75f2e..d6a72da14 100644 --- a/inc/geshi/applescript.php +++ b/inc/geshi/applescript.php @@ -4,10 +4,10 @@ * -------- * Author: Stephan Klimek (http://www.initware.org) * Copyright: Stephan Klimek (http://www.initware.org) - * Release Version: 1.0.7.11 - * CVS Revision Version: $Revision: 1.12 $ + * Release Version: 1.0.7.12 + * CVS Revision Version: $Revision: 1.12.2.3 $ * Date Started: 2005/07/20 - * Last Modified: $Date: 2006/05/21 00:06:56 $ + * Last Modified: $Date: 2006/07/22 11:30:26 $ * * AppleScript language file for GeSHi. * @@ -18,6 +18,24 @@ * ------------------------- * URL settings to references * + ************************************************************************************** + * + * This file is part of GeSHi. + * + * GeSHi is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * GeSHi is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with GeSHi; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * ************************************************************************************/ $language_data = array ( @@ -53,7 +71,7 @@ $language_data = array ( ) ), 'SYMBOLS' => array( - ')','+','-','^','*','/','&','<','>=','<','<=','=','' + ')','+','-','^','*','/','&','<','>=','<','<=','=','�' ), 'CASE_SENSITIVE' => array( GESHI_COMMENTS => true, |