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).