diff options
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! |