https://bugzilla.wikimedia.org/show_bug.cgi?id=26900

           Summary: "scheme language" can't be high-lighted
           Product: MediaWiki extensions
           Version: any
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: testme
          Severity: enhancement
          Priority: Normal
         Component: SyntaxHighlight (GeSHi)
        AssignedTo: soxre...@gmail.com
        ReportedBy: nalagin...@gmail.com


hi, I'm using MediaWiki.
And I can't high-light scheme language code with Syntax highlighting-GeSHi. My
code attached below:
============================================================
<source lang="scheme">

(define func
   (lambda (x)
      (+ 1 x)
      (format #t "hello world~%")
      (newline)
   ))

</source>
===========================================================

This code will display only "hello world~%", that's definitely wrong.
I think my extension was installed well because I can see other language
high-lighted correctly.
And when I change "scheme"  to "lisp" , it works well. But lisp is not scheme.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to