I have a question regarding PHP syntax highlighting. It seems like it only works when PHP code is enclosed in start/end tags (<?php ... ?>). Is this by design or can I turn it off somehow? I'm working with external tool that generates PHP code parts without start/end tags
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a question regarding PHP syntax highlighting. It seems like it only works when PHP code is enclosed in start/end tags (<?php ... ?>). Is this by design or can I turn it off somehow? I'm working with external tool that generates PHP code parts without start/end tags
Its by design... there's no way editing any xml/ini file to change that...
Sorry =(