more valid chars

This commit is contained in:
Dmitriy Ryajov 2022-09-19 22:28:58 -06:00
parent 5f6acbd88d
commit 1dfc30f64a
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -34,7 +34,7 @@ const
'A'..'Z',
'0'..'9',
DirSep, AltSep,
'_', '-'}
'_', '-', '.'}
type
FSDatastore* = ref object of Datastore