Colorize. (this is consistent with the coloring in diagnostics.html, but perhaps that's a bit out of date because it doesn't look like current clang behavior)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143913 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/get_started.html b/www/get_started.html
index 515cd57..be74f1f 100644
--- a/www/get_started.html
+++ b/www/get_started.html
@@ -243,9 +243,9 @@
<pre class="code">
$ <b>clang -fsyntax-only ~/t.c -pedantic</b>
-/Users/sabre/t.c:2:17: warning: extension used
-typedef float V __attribute__((vector_size(16)));
- ^
+/Users/sabre/t.c:2:17: <font color="magenta">warning:</font> extension used
+<font color="darkgreen">typedef float V __attribute__((vector_size(16)));</font>
+<font color="blue"> ^</font>
1 diagnostic generated.
</pre>