Coder-Spirit / Jupyter-PHP

A PHP Kernel for Jupyter
MIT License
221 stars 33 forks source link

Why do not syntax highlight the php codes?! #25

Closed NabiKAZ closed 6 years ago

NabiKAZ commented 6 years ago

Why do not syntax highlight the php codes?! Is not this important?!

castarco commented 6 years ago

This is a limitation from the Jupyter's pygment plugin.

You can enable syntax highlighting by writing this as the first line:

//<?php
NabiKAZ commented 6 years ago

Thanks, But It's bad when we need to print and provide reports and documentations.