Codulle - L'explorateur de code sources

Accueil>> AlBulle >> Albulle1.0rc3 >> core >> includes

Informations fichier

Nom du fichier : scheme.php
Taille du fichier : 5 Ko (173 lignes)
Language : PHP

  1. span style="color: #808080; font-style: italic;">/*************************************************************************************
  2. * scheme.php
  3. * ----------
  4. * Author: Jon Raphaelson (jonraphaelson@gmail.com)
  5. * Copyright: (c) 2005 Jon Raphaelson, Nigel McNie (http://qbnz.com/highlighter)
  6. * Release Version: 1.0.7.5
  7. * CVS Revision Version: $Revision: 1.3 $
  8. * Date Started: 2004/08/30
  9. * Last Modified: $Date: 2005/10/22 07:52:59 $
  10. *
  11. * Scheme language file for GeSHi.
  12. *
  13. * CHANGES
  14. * -------
  15. * 2005/09/22 (1.0.0)
  16. * - First Release
  17. *
  18. * TODO (updated 2005/09/22)
  19. * -------------------------
  20. *
  21. *************************************************************************************
  22. *
  23. * This file is part of GeSHi.
  24. *
  25. * GeSHi is free software; you can redistribute it and/or modify
  26. * it under the terms of the GNU General Public License as published by
  27. * the Free Software Foundation; either version 2 of the License, or
  28. * (at your option) any later version.
  29. *
  30. * GeSHi is distributed in the hope that it will be useful,
  31. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  32. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  33. * GNU General Public License for more details.
  34. *
  35. * You should have received a copy of the GNU General Public License
  36. * along with GeSHi; if not, write to the Free Software
  37. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  38. *
  39. ************************************************************************************/'LANG_NAME' => 'Scheme',
  40. 'COMMENT_SINGLE'';'),
  41. 'COMMENT_MULTI'';|' => '|;'),
  42. 'CASE_KEYWORDS''QUOTEMARKS''"'),
  43. 'ESCAPE_CHAR' => '\\',
  44. 'KEYWORDS''abs', 'acos', 'and', 'angle', 'append', 'appply', 'approximate',
  45. 'asin', 'assoc', 'assq', 'assv', 'atan',
  46. 'begin', 'boolean?', 'bound-identifier=?',
  47. 'caar', 'caddr', 'cadr', 'call-with-current-continuation',
  48. 'call-with-input-file', 'call-with-output-file', 'call/cc', 'car',
  49. 'case', 'catch', 'cdddar', 'cddddr', 'cdr', 'ceiling', 'char->integer',
  50. 'char-alphabetic?', 'char-ci<=?', 'char-ci<?', 'char-ci?', 'char-ci>=?',
  51. 'char-ci>?', 'char-ci=?', 'char-downcase', 'char-lower-case?',
  52. 'char-numeric', 'char-ready', 'char-ready?', 'char-upcase',
  53. 'char-upper-case?', 'char-whitespace?', 'char<=?', 'char<?', 'char=?',
  54. 'char>=?', 'char>?', 'char?', 'close-input-port', 'close-output-port',
  55. 'complex?', 'cond', 'cons', 'construct-identifier', 'cos',
  56. 'current-input-port', 'current-output-port',
  57. 'd', 'define', 'define-syntax', 'delay', 'denominator', 'display', 'do',
  58. 'e', 'eof-object?', 'eq?', 'equal?', 'eqv?', 'even?', 'exact->inexact',
  59. 'exact?', 'exp', 'expt', 'else',
  60. 'f', 'floor', 'for-each', 'force', 'free-identifer=?',
  61. 'gcd', 'gen-counter', 'gen-loser', 'generate-identifier',
  62. 'identifier->symbol', 'identifier', 'if', 'imag-part', 'inexact->exact',
  63. 'inexact?', 'input-port?', 'integer->char', 'integer?', 'integrate-system',
  64. 'l', 'lambda', 'last-pair', 'lcm', 'length', 'let', 'let*', 'letrec',
  65. 'list', 'list->string', 'list->vector', 'list-ref', 'list-tail', 'list?',
  66. 'load', 'log',
  67. 'magnitude', 'make-polar', 'make-promise', 'make-rectangular',
  68. 'make-string', 'make-vector', 'map', 'map-streams', 'max', 'member',
  69. 'memq', 'memv', 'min', 'modulo',
  70. 'negative', 'newline', 'nil', 'not', 'null?', 'number->string', 'number?',
  71. 'numerator',
  72. 'odd?', 'open-input-file', 'open-output-file', 'or', 'output-port',
  73. 'pair?', 'peek-char', 'positive?', 'procedure?',
  74. 'quasiquote', 'quote', 'quotient',
  75. 'rational', 'rationalize', 'read', 'read-char', 'real-part', 'real?',
  76. 'remainder', 'return', 'reverse',
  77. 's', 'sequence', 'set!', 'set-char!', 'set-cdr!', 'sin', 'sqrt', 'string',
  78. 'string->list', 'string->number', 'string->symbol', 'string-append',
  79. 'string-ci<=?', 'string-ci<?', 'string-ci=?', 'string-ci>=?',
  80. 'string-ci>?', 'string-copy', 'string-fill!', 'string-length',
  81. 'string-ref', 'string-set!', 'string<=?', 'string<?', 'string=?',
  82. 'string>=?', 'string>?', 'string?', 'substring', 'symbol->string',
  83. 'symbol?', 'syntax', 'syntax-rules',
  84. 't', 'tan', 'template', 'transcript-off', 'transcript-on', 'truncate',
  85. 'unquote', 'unquote-splicing', 'unwrap-syntax',
  86. 'vector', 'vector->list', 'vector-fill!', 'vector-length', 'vector-ref',
  87. 'vector-set!', 'vector?',
  88. 'with-input-from-file', 'with-output-to-file', 'write', 'write-char',
  89. 'zero?'
  90. )
  91. ),
  92. 'SYMBOLS''(', ')', '{', '}', '[', ']', '!', '%', '^', '&', '/','+','-','*','=','<','>',';','|'
  93. ),
  94. 'CASE_SENSITIVE''STYLES''KEYWORDS''color: #b1b100;'
  95. ),
  96. 'COMMENTS''color: #808080; font-style: italic;',
  97. 'MULTI' => 'color: #808080; font-style: italic;'
  98. ),
  99. 'ESCAPE_CHAR''color: #000099; font-weight: bold;'
  100. ),
  101. 'BRACKETS''color: #66cc66;'
  102. ),
  103. 'STRINGS''color: #ff0000;'
  104. ),
  105. 'NUMBERS''color: #cc66cc;'
  106. ),
  107. 'METHODS''color: #202020;'
  108. ),
  109. 'SYMBOLS''color: #66cc66;'
  110. ),
  111. 'REGEXPS''SCRIPT''URLS''OOLANG''OBJECT_SPLITTERS''REGEXPS''STRICT_MODE_APPLIES''SCRIPT_DELIMITERS''HIGHLIGHT_STRICT_BLOCK'

Liste des projets

Téléchargez Codulle

Publié par Codulle - v0.1.1 - © Bubulles Creations