Community
Participate
Working Groups
Created attachment 177842 [details] screen-shot 1. Go to Project -> Properties -> PHP Interpreter Enable Project Specific Settings -> disable Use Short tags and rebuild 2. Use this code in a php file: <?xml version='1.0' standalone='no'?> Expected: In case of disabling the short tags, the highlighting of short tags should be exactly as it is provided in a simple HTML editor (i.e green) Actual: They still look as short php tags (i.e. red) See screen-shot
Created attachment 183198 [details] patch It seems that it can be reproduced if enable Use Short tags, not disable Use Short tags.
applied the patch to head,thanks!
Verified.