diff --git a/example b/example index 76890fa..f106b12 100644 --- a/example +++ b/example @@ -5,10 +5,8 @@ This is the description of the entire work plan. ## First task {1000} This is the description of the first task. -This line is still part of the first paragraph of the description. -This description has # symbols and ü © Ð Latin-1 chars. -This is a second paragraph of that description. +This description has # ' " [] symbols and ü © Ð Latin-1 chars. - First subtask {500} / Second subtask {500} diff --git a/takentaal.g4 b/takentaal.g4 index eb1116a..83408d7 100644 --- a/takentaal.g4 +++ b/takentaal.g4 @@ -101,5 +101,5 @@ fragment TEXTHEAD fragment TEXTBODY : LETTER | DIGIT - | [_().,# ] + | [_\-"'()[\].,# ] ;