default.txt 710 B

123456789101112131415161718192021222324
  1. Book 1 - Language Definition Testing File
  2. [Comments in Inform 7 can be [nested] inside one another]
  3. Syntax highlighting is an action applying to one thing.
  4. Understand "highlight [something preferably codeish]" as syntax highlighting.
  5. Code is a kind of thing. Code is usually plural-named.
  6. Code can be highlighted. Code is usually not highlighted.
  7. Check syntax highlighting:
  8. unless the noun is code:
  9. say "[The noun] isn't source code you can highlight.";
  10. rule fails.
  11. Carry out syntax highlighting:
  12. now the noun is highlighted.
  13. Table of Programming Languages
  14. language utility
  15. ruby "Web back-end development"
  16. lua "Embedded scripting"
  17. erlang "High-concurrency server applications"