summaryrefslogtreecommitdiff
path: root/base/data/regexes.sprop
diff options
context:
space:
mode:
Diffstat (limited to 'base/data/regexes.sprop')
-rw-r--r--base/data/regexes.sprop3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/data/regexes.sprop b/base/data/regexes.sprop
index f1e6787..53560c8 100644
--- a/base/data/regexes.sprop
+++ b/base/data/regexes.sprop
@@ -38,3 +38,6 @@ fpLeader [\x00-\x20]*[+-]?(?:NaN|Infinity|
# Miscellaneous validation regular expressions
##############################################
intLiteral \A[+\-]\d+\Z
+
+readerLineComments (?:#.*\R)*
+readerLineBlock (\s*)\S.+\R(?:\1\s+\S.*\R)* \ No newline at end of file