summaryrefslogtreecommitdiff
path: root/base/data/regexes.sprop
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2020-12-14 19:29:37 -0400
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2020-12-14 19:29:37 -0400
commit9351ea3e97bbe2d348aa17067ccc6267dc7c080f (patch)
treedd2269c26161c735d94d8dc83d56e6076c2a155d /base/data/regexes.sprop
parent8933de7f646f0565edf700aa2f2fcab06d639855 (diff)
parent6dcadc360dafdd12142d53327f44579379a4c9dd (diff)
Merge branch 'master' of https://github.com/bculkin2442/bjc-utils2
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