Enable syntax highlighting of code blocks (mostly ABNF)

Change-Id: Iaaf02dc02cc232518421fa3591004d2bb5939440
diff --git a/conf.py b/conf.py
index 8c7d7e3..4e67ed6 100644
--- a/conf.py
+++ b/conf.py
@@ -68,5 +68,5 @@
 # so a file named "default.css" will overwrite the builtin "default.css".
 html_static_path = ['_static']
 
-# Disable syntax highlighting.
-highlight_language = 'none'
+# Use ABNF syntax highlighting by default for code blocks.
+highlight_language = 'abnf'