オートコンプリートを作成するにはどうすればよいですか。また、Aceエディターhttp://ace.ajax.org/のphp内でhtml、javascript、およびcssを強調表示する方法を教えてください。
<html>
<head>
<title><?=$title; ?></title>
<style>
body {
background: black;
color: white;
}
</style>
<script>
alert("this is only a no-sense test script....");
</script>
</head>
<body>
This is only a no-sense test script but I want that html tags, css styles and javascript code are highlighted....<br />
Is it possible?
</body>
</html>
(私の英語でごめんなさい)