From ac581d91729026671d2e21d80a1f675ce8cb7882 Mon Sep 17 00:00:00 2001 From: Joop Kiefte Date: Sat, 12 Jan 2019 23:59:52 +0100 Subject: Add comment to Scene variable --- fountain/parse.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fountain') diff --git a/fountain/parse.go b/fountain/parse.go index a01b97f..79ced81 100644 --- a/fountain/parse.go +++ b/fountain/parse.go @@ -9,6 +9,8 @@ import ( "strings" ) +// Scene contains all the prefixes the scene detection looks for. +// This can be changed with the toml configuration in the rules package. var Scene = []string{"INT", "EXT", "EST", "INT./EXT", "INT/EXT", "EXT/INT", "EXT./INT", "I/E"} func last(out *lex.Screenplay, i int) *lex.Line { -- cgit v1.2.3-70-g09d2