Editing
Wiki Syntax Highlighting
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== SyntaxHighlight extension == The '''SyntaxHighlight''' extension relies on the [http://pygments.org/ Pygments] library. <ref>[https://www.mediawiki.org/wiki/Extension:SyntaxHighlight SyntaxHighlight extension] - MediaWiki documentation</ref> === Installation === Add the following line to `LocalSettings.php`: <syntaxhighlight lang="php"> wfLoadExtension( 'SyntaxHighlight_GeSHi' ); </syntaxhighlight> It's necessary to install the Pygments library on the server. <syntaxhighlight lang="sh"> $ pip3 install Pygments </syntaxhighlight> If the extension is installed somewhere that's not in the PATH, add this line to `LocalSettings.php`: <syntaxhighlight lang="php"> $wgPygmentizePath = "/usr/local/bin/pygmentize"; </syntaxhighlight> === Formatting errors === Pages with incorrectly formatted `<syntaxhightligh>` tags will be added to a category named [[:Category:Pages_with_syntax_highlighting_errors|pages with syntax highlighting errors]]. Any `<syntaxhightligh>` tag without a `lang` attribute will log an error. Another common `lang` attribute error is to set `lang="bash"` when the only acceptable shell language value is `lang="sh"`. <ref>[http://pygments.org/docs/lexers/ Available Lexers] - Pygments documentation</ref>
Summary:
Please note that all contributions to Littledamien Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Littledamien Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information