Skip to content

Commit

Permalink
Fix language identifier for PCRE text blocks
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Kern <[email protected]>
  • Loading branch information
andreaskern74 committed Apr 24, 2024
1 parent 2be36d9 commit 3e8520b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual/rule_uid_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ matching.

### Full Pattern

```text
```pcre
^
(?P<ENTITY>(\w+(\.\w+)+)):
(?P<STANDARD>([a-z]+))?:
Expand Down Expand Up @@ -155,7 +155,7 @@ to define them.
The format of the full name uses a well defined notation, compatible with the
following pattern:

```text
```pcre
(?P<RULESET>(([a-z][\w_]*)\.)*)(?P<NAME>[a-z][\w_]*)
```

Expand Down

0 comments on commit 3e8520b

Please sign in to comment.