I think it would be good idea to allow the ability to set file extention for stag files to either .html or .php. For example content.stags.html or content.stags.php so that the ide can recognise and format the code appropriately?
Thanks.
Just create a parser.php config file in app/config where you overwrite the parser.extensions value: https://github.com/fuel/parser/blob/develop/config/parser.php#L5
Also, if your IDE doesn't support adding extensions for code formatting it pretty much sucks.