]>
luflow.net public git repositories - flow-web.git/blob - static/highlight/es/languages/php-template.js
1 /*! `php-template` grammar compiled for Highlight.js 11.11.1 */
2 var hljsGrammar
= (function () {
7 Requires: xml.js, php.js
8 Author: Josh Goebel <hello@joshgoebel.com>
9 Website: https://www.php.net
13 function phpTemplate(hljs
) {
23 // We don't want the php closing tag ?> to close the PHP block when
24 // inside any of the following blocks:
40 hljs
.inherit(hljs
.APOS_STRING_MODE
, {
46 hljs
.inherit(hljs
.QUOTE_STRING_MODE
, {
62 export default hljsGrammar
;