Browse Source
Add support for Fountain, a plain text screenplay format. Git facilitates not just programming specifically, but creative writing in general, so it makes sense to also support other plain text documents besides source code. In the structure of a screenplay specifically, scenes are roughly analogous to functions, in the sense that it makes your job easier if you can see which ones were changed in a given range of patches. More information about the Fountain format can be found on its official website, at http://fountain.io . Signed-off-by: Zoë Blade <zoe@bytenoise.co.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
Zoë Blade
10 years ago
committed by
Junio C Hamano
4 changed files with 9 additions and 0 deletions
@ -0,0 +1,4 @@
@@ -0,0 +1,4 @@
|
||||
EXT. STREET RIGHT OUTSIDE - DAY |
||||
|
||||
CHARACTER |
||||
You didn't say the magic phrase, "ChangeMe". |
Loading…
Reference in new issue