mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 15:43:58 +00:00
[inform7/en] syntax highlighting
This commit is contained in:
parent
4f18651cb2
commit
72d4fadaf0
@ -4,11 +4,10 @@ contributors:
|
|||||||
- ["Hyphz", "http://github.com/hyphz/"]
|
- ["Hyphz", "http://github.com/hyphz/"]
|
||||||
filename: LearnInform.Inform
|
filename: LearnInform.Inform
|
||||||
---
|
---
|
||||||
|
|
||||||
Inform 7 is a natural language based language created by Graham Nelson and Emily Short for writing text adventures, but also potentially usable for other text based applications, especially data backed ones.
|
Inform 7 is a natural language based language created by Graham Nelson and Emily Short for writing text adventures, but also potentially usable for other text based applications, especially data backed ones.
|
||||||
|
|
||||||
```
|
```inform7
|
||||||
"LearnInform" by Hyphz
|
|
||||||
|
|
||||||
[This is a comment.]
|
[This is a comment.]
|
||||||
|
|
||||||
[Inform 7 is a language designed for building text adventures.
|
[Inform 7 is a language designed for building text adventures.
|
||||||
@ -190,6 +189,6 @@ Instead of switching on the robot:
|
|||||||
try pushing button.
|
try pushing button.
|
||||||
```
|
```
|
||||||
|
|
||||||
##Ready For More?
|
## Ready For More?
|
||||||
|
|
||||||
* [Inform 7](http://www.inform7.com/)
|
* [Inform 7](http://www.inform7.com/)
|
||||||
|
Loading…
Reference in New Issue
Block a user