- For code snippets the plugin is able to highlight code syntax in more than 151 languages, including PHP, Javascript, Python, Ruby, JSON, HTML and CSS...
- Valentino Pesce
- License MIT
Kanboard >= v1.0.48
Kanboard installed at a web server.
You can find the download at kanboard.org
You have the choice between 3 methods:
- Install the plugin from the Kanboard plugin manager in one click
- Download the zip file and decompress everything under the directory
plugins/HighlightCodeSyntax
- Clone this repository into the folder
plugins/HighlightCodeSyntax
Note: Plugin folder is case-sensitive.
151 languages currently supported by Prism, with their corresponding alias, to use in place of php
```php
class SimpleClass
{
// property declaration
public $var = 'a default value';
// method declaration
public function displayVar() {
echo $this->var;
}
}
Clone the repository:
git clone https://github.com/kenlog/HighlightCodeSyntax.git
Please create an issue for any bugs you've found.