diff options
| author | amy <[email protected]> | 2023-02-21 19:56:13 +0000 |
|---|---|---|
| committer | amy <[email protected]> | 2023-02-21 19:56:13 +0000 |
| commit | 68665527687d470574ae08a03aac2470e6708ba8 (patch) | |
| tree | 96bbf402c5da4d7aea6db7c813c92d248fd64d1e /src/fs-types.json | |
| parent | 1bf388a2816f47317e9b2d226b5516d78dafc8df (diff) | |
new stuff!
Diffstat (limited to 'src/fs-types.json')
| -rw-r--r-- | src/fs-types.json | 4 |
1 files changed, 2 insertions, 2 deletions
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$)" } ] |
