1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2025-07-12 07:11:19 +02:00

Made CSS parser <?php?> aware when in html/php files

The HTML highlighter (called from php.jsf) will "inherit" the php-flag to
css.jsf so it calls php.jsf again on <?php?>.
This commit is contained in:
Christian Nicolai
2011-08-17 23:58:48 +02:00
parent e8990285cd
commit 419e028f5f
2 changed files with 21 additions and 3 deletions

View File

@ -204,7 +204,11 @@ done
:ytag_value TagValue
* ytag_idle noeat recolor=-1
"-A-Za-z0-9._:" ytag_value
:ytag_end TagEdge
.ifdef php
* tag_begin call=css.css(php)
.else
* tag_begin call=css.css()
.endif