From 68665527687d470574ae08a03aac2470e6708ba8 Mon Sep 17 00:00:00 2001 From: amy Date: Tue, 21 Feb 2023 19:56:13 +0000 Subject: new stuff! --- src/fs-types.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fs-types.json') diff --git a/src/fs-types.json b/src/fs-types.json index 4b1d9f7..6d5c755 100644 --- a/src/fs-types.json +++ b/src/fs-types.json @@ -1,4 +1,4 @@ [ - { "identifier": "*", "descriptor": "All Files", "regex": "/(.*)/g" }, - { "identifier": "*.txt", "descriptor": "Text Files", "regex": "/(.*txt$)/g" } + { "identifier": "*", "descriptor": "All Files", "regex": "(.*)" }, + { "identifier": "*.txt", "descriptor": "Text Files", "regex": "(.*txt$)" } ] -- cgit v1.2.3