diff options
author | Joop Kiefte <ikojba@gmail.com> | 2018-12-31 21:40:58 +0100 |
---|---|---|
committer | Joop Kiefte <ikojba@gmail.com> | 2018-12-31 21:40:58 +0100 |
commit | 17e35aa8dbc5ddb5e3542a57f14dd16627d37d64 (patch) | |
tree | 54c4905d49cc5abfa9f63e2d402b035ac147a459 /lex/example.lex | |
parent | 32b146fc5411f8db35824c82e9cafc4cdb6f1d41 (diff) |
First working version. Fountain support is still very bad.
Diffstat (limited to 'lex/example.lex')
-rw-r--r-- | lex/example.lex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lex/example.lex b/lex/example.lex index 2b39de5..4a1dfee 100644 --- a/lex/example.lex +++ b/lex/example.lex @@ -1,12 +1,18 @@ scene: INT. HOUSE - DAY +empty speaker: MARY dialog: I can't believe how easy it is to write in Fountain. +empty speaker: TOM paren: (typing) dialog: Look! I just made a parenthetical! +empty action: SOMETHING HAPPENS! +action: action: (what? I don't know...) +empty scene: EXT. GARDEN +empty speaker: TOM dialog: What am I doing here now? dialog: To be honest, I have absolutely no idea! |