With lang=php ```lang=php $something = "asd"; ``` With option php: ```php $something = "asd"; ``` Without any option: ``` $something = "asd"; ``` Inline simple: ```asd``` Normal with the first content as "php" to be preserved: ``` php asd ```