1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 01:04:10 +02:00

[inform7/en] syntax highlighting

This commit is contained in:
Boris Verkhovskiy
2024-05-17 00:10:34 -06:00
parent 4f18651cb2
commit 72d4fadaf0

View File

@@ -4,11 +4,10 @@ contributors:
- ["Hyphz", "http://github.com/hyphz/"]
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.
```
"LearnInform" by Hyphz
```inform7
[This is a comment.]
[Inform 7 is a language designed for building text adventures.