Teste: Mod Syntax Highlighting
Encontrei este mod e passarei a usá-lo de agora em diante.
Quem quiser ter um igual é só instalar este mod aqui.
1
2
3
4
5
| public class Hello {
public static void main(String[] args) {
System.out.println("Olá mundo!");
}
} |
1
2
3
4
| #!/bin/bash
FILE=/etc/file
echo $FILE
echo "string" |
<?php
function foo() {
echo "Olá mundo!\\n";
}
?> |
begin
function teste
showmessage('Testandoo');
end; |
Leia também:
- Using conditional expressions to improve your shell scripts
- Dia de grandes atualizações – Firefox, PHP e VirtualBox
- YASG (Yet Another Security Guide)