initial commit in accordance with CQ 3784
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/syntaxhighlight.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/syntaxhighlight.html
new file mode 100644
index 0000000..b04a679
--- /dev/null
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/syntaxhighlight.html
@@ -0,0 +1,18 @@
+<html>
+  <head>
+    <meta name="copyright" content="Copyright Technical University Berlin and others 2004, 2010. This page is made available under the Eclipse Public License v1.0. For full details see http://www.eclipse.org/legal/epl-v10.html" />
+	<link rel=stylesheet type="text/css" href="../css/book.css">
+	<link rel=stylesheet type="text/css" href="otjld/css/ot.css">
+	<link rel=stylesheet type="text/css" href="otguide.css">
+    <title>OT/J syntax highlighting</title>
+    <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+  </head>
+  <body>
+    <h1>OT/J syntax highlighting</h1>
+	<p>In addition to the <b>syntax highlighting</b> for standard Java keywords and
+	modifiers incorporated in the <a href="/help/topic/org.eclipse.jdt.doc.user/concepts/concepts-7.htm">Java editor</a>,
+	the new Object Teams specific keywords and modifiers like <code class="keyword">team, playedBy, callin,
+	base, within</code> etc. are also highlighted for better accentuation and clearness.
+	</p>
+  </body>
+</html>