diff options
-rw-r--r-- | lex/example.lex | 34 |
1 files changed, 14 insertions, 20 deletions
diff --git a/lex/example.lex b/lex/example.lex index 14ec4f8..2b39de5 100644 --- a/lex/example.lex +++ b/lex/example.lex @@ -1,20 +1,14 @@ -INT. HOUSE - DAY - -MARY -I can't believe how easy it is to write in Fountain. - -TOM -(typing) -Look! I just made a parenthetical! - -SOMETHING HAPPENS! - -(what? I don't know...) - -EXT. GARDEN - -TOM -What am I doing here now? -To be honest, I have absolutely no idea! - -And that means really no idea! +scene: INT. HOUSE - DAY +speaker: MARY +dialog: I can't believe how easy it is to write in Fountain. +speaker: TOM +paren: (typing) +dialog: Look! I just made a parenthetical! +action: SOMETHING HAPPENS! +action: (what? I don't know...) +scene: EXT. GARDEN +speaker: TOM +dialog: What am I doing here now? +dialog: To be honest, I have absolutely no idea! +dialog: +dialog: And that means really no idea! |