This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 249685 - Smarty comment delimiter bug
Summary: Smarty comment delimiter bug
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Smarty (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-08 08:19 UTC by qwert_256
Modified: 2016-08-29 06:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
comment with custom delimiters (162.38 KB, image/jpeg)
2015-01-08 08:19 UTC, qwert_256
Details

Note You need to log in before you can comment on or make changes to this bug.
Description qwert_256 2015-01-08 08:19:30 UTC
Created attachment 151401 [details]
comment with custom delimiters

Hi.

Text was correctly colored while the Smarty delimiter was "{" and "}".
However, I changed Smarty delimiter as "<!--{" and "}-->", and it works strangely like the attached image.
Comment 1 qwert_256 2015-01-08 08:27:16 UTC
This problem doesn't happen in 7.1.2.
It began to occur in 7.2 as far as I remember.