Google Code Prettify currently does not support syntax highlighting for the Dart language (no wonder why). Currently there are already few questions (and answers) about Dart which contain code blocks. As they are not highlighted, would it be right to edit them and explicitly specify an other language (lang-javacript seems to provide the best highlighting options for Dart code)? Like this:
<!-- language: lang-javascript -->
Or it would be better to leave them as is and wait until Google Code Prettify author adds a support for the Dart?