From 8a7190bfd3943ecc0937978aa41b3dab4a3fc9c7 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 18 Jan 2026 21:40:37 +0000 Subject: [PATCH] Don't say modifiers aren't supported They're supported by regress as of v0.10.5. --- docs/metadata/data_structures/plugin.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/metadata/data_structures/plugin.rst b/docs/metadata/data_structures/plugin.rst index 24050240..ca89020d 100644 --- a/docs/metadata/data_structures/plugin.rst +++ b/docs/metadata/data_structures/plugin.rst @@ -11,7 +11,6 @@ This is the structure that brings all the others together, and forms the main co Regular expression plugin filenames must be written in a modified `ECMAScript `_ syntax. Notable differences include: - - `Modifiers `_ are not supported. - Some ``\p{}`` and ``\P{}`` `Unicode character class escapes `_ are not supported. Regular expression plugin filenames are prefixed with ``^`` and suffixed with ``$`` to ensure they match whole filenames, and are case-insensitive and Unicode-aware (as if they're created with the ``i`` and ``u`` flags).