Skip to content

23 de setembro de 2008

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";
  }
?>
?View Code DELPHI
begin
   function teste
   showmessage('Testandoo');
end;

Leia também:

  1. Using conditional expressions to improve your shell scripts
  2. Dia de grandes atualizações – Firefox, PHP e VirtualBox
  3. YASG (Yet Another Security Guide)

Share your thoughts, post a comment.

(required)
(required)

Note: HTML is allowed. Your email address will never be published.

Subscribe to comments