Revert to original minimal Inform lexer.
[ibg.git] / chapters / 04.rst
index d9949bbf131b9d65a3bf8b6075c6cf7a7fb207b8..1010f26079e7d81ffc8abaa17f3a5043674b0170 100644 (file)
@@ -2,6 +2,8 @@
  Reviewing the basics
 ======================
 
+.. highlight:: inform
+
 .. epigraph::
 
    | *G was a gamester, who had but ill-luck;*
@@ -86,6 +88,11 @@ room is an object, each item that the player sees and touches is an object;
 indeed the player herself is also an object (one that's automatically
 defined by the library).
 
+.. todo::
+
+  The set-off below needs to be tweaked or perhaps a custom lexer 
+  created to get italics in the right places.
+
 The general model of an **object** definition looks like this::
 
         Object      obj_id   "external_name"   parent_obj_id