Often when reviewing a diff in phabricator, I'll suggest a revision for the diff author using a remarkup indented code block. Characters in the code block are sometimes misinterpreted by remarkup, so I have to insert lang=python or php or java or whatever the file is at the top of my code block.
It would save us all a couple lines in review if remarkup defaulted to lang=<whatever_code_type_the_current_file_is>.
:-)