MyBB.de Forum

Normale Version: Prism Syntax Highlighting
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Eine neue Erweiterung wurde veröffentlicht: Prism Syntax Highlighting

Zitat:This plugin extends your board so you can use the extended syntax highlighting using the Prism script.

The plugin is adding a MyCode. You can use the plugin by using following code:
Code:
[code-sh=LANGUAGE]
HERE YOUR CODE
[/code-sh]

The script is supporting the following programming languages (in bracket the value you have to replace the LANGUAGE variable in snippet above):
  • AppleScript (applescript)

  • ASP.NET - C# (aspnet)

  • AutoIT (autoit)

  • CSS (css)

  • C# (csharp)

  • C++ (cpp)

  • Git (git)

  • HTML (html)

  • Ini (ini)

  • JavaScript (javascript)

  • Java (java)

  • JSON (json)

  • Lua (lua)

  • Objective-C (objectivec)

  • Pascal (pascal)

  • Perl (perl)

  • PHP (php)

  • PowerShell (powershell)

  • Python (python)

  • SQL (sql)

  • TypeScript (typescript)

  • VB.Net (vbnet) - available since version 1.1.0


If you wish to support more languages feel free to open a ticket in the suggestion area of my board (no registration required).
Eine neue Version wurde veröffentlicht: Prism Syntax Highlighting 1.1.0