From 8f0a2c1e063c546eb57aefdf0f193b11798f1a0d Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Mon, 26 Aug 2024 14:04:29 +0200 Subject: [PATCH] feat: allow more symbols --- example | 4 +--- takentaal.g4 | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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 - | [_().,# ] + | [_\-"'()[\].,# ] ;