diff options
Diffstat (limited to 'src/grammar.json')
-rw-r--r-- | src/grammar.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grammar.json b/src/grammar.json index ae2f4ab..960f0dd 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -196,7 +196,7 @@ }, "_S": { "type": "PATTERN", - "value": "\\p{White_Space}*" + "value": "\\p{White_Space}+" } }, "extras": [ |