~yoboy-leguesh/ubuntu-fr-doc/maj20150810a

« back to all changes in this revision

Viewing changes to inc/geshi/fsharp.php

  • Committer: YoBoY
  • Date: 2012-10-24 19:05:18 UTC
  • mfrom: (114.1.3 maj-AdoraBelle)
  • Revision ID: yoboy.leguesh@gmail.com-20121024190518-bgtic5m3dt8gnzfn
Mise à jour de Dokuwiki 2012-10-13 "Adora Belle"
Application des patch ubuntu-fr d'optimisation
Ajout des thèmes ubuntu-fr
Ajout des plugins
Mise à jour des plugins box, orphanswanted, pageredirect, tag, cloud, forcepreview, pagelist
Désactivation de la nouvelle option d'envoie de notifications mail en html
Application des derniers patchs correctifs de Dokuwiki.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * ----------
5
5
 * Author: julien ortin (jo_spam-divers@yahoo.fr)
6
6
 * Copyright: (c) 2009 julien ortin
7
 
 * Release Version: 1.0.8.8
 
7
 * Release Version: 1.0.8.11
8
8
 * Date Started: 2009/09/20
9
9
 *
10
10
 * F# language file for GeSHi.
43
43
$language_data = array(
44
44
    'LANG_NAME' => 'F#',
45
45
    'COMMENT_SINGLE' => array(1 => '//', 2 => '#'),
46
 
    'COMMENT_MULTI' => array('(*' => '*)', '/*' => '*/'),
 
46
    'COMMENT_MULTI' => array('/*' => '*/'),
 
47
    'COMMENT_REGEXP' => array(3 => '/\(\*(?!\)).*?\*\)/s'),
47
48
    'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
48
49
    'QUOTEMARKS' => array("'", '"'),
49
50
    'HARDQUOTE' => array('@"', '"'),
153
154
        'COMMENTS' => array(
154
155
            'MULTI' => 'color: #5d478b; font-style: italic;', /* light purple */
155
156
            1 => 'color: #5d478b; font-style: italic;',
156
 
            2 => 'color: #5d478b; font-style: italic;' /* light purple */
 
157
            2 => 'color: #5d478b; font-style: italic;', /* light purple */
 
158
            3 => 'color: #5d478b; font-style: italic;' /* light purple */
157
159
            ),
158
160
        'ESCAPE_CHAR' => array(
159
161
            ),