Use builtin inform syntax highlighting
[ibg.git] / chapters / 02.rst
index a7c0ef8292667e57d696a7bb4da725543036dcb7..933abaec80f926ead1c82451c541d6b23a8ab3b0 100644 (file)
@@ -1,6 +1,6 @@
-=======================
2: Tools of the trade
-=======================
+====================
+ Tools of the trade
+====================
 
 .. epigraph::
 
@@ -27,7 +27,7 @@ in which you initially write the game doesn't bear much resemblance to the
 text which the interpreter ultimately displays.  For example, the "William
 Tell" game, in the form that we wrote it, starts like this:
 
-.. code-block:: inform
+.. code-block:: inform6
 
     !============================================================================
     Constant Story "William Tell";
@@ -43,7 +43,8 @@ Tell" game, in the form that we wrote it, starts like this:
 
     Class   Room
       has   light;
-    ...
+
+    ! ...
 
 You will never need to look at it in the form produced by the compiler::